discourse/lib/tasks/rspec.rake
Chris Hunt 9c092366e0 Add explicit 'spec' rake tasks
This doesn't require auto-loading of rspec-rails and puts the 'spec'
task in the rake task list (rake -T)
2013-05-17 16:02:43 -07:00

4 lines
65 B
Ruby

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)