2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00
discourse/lib/tasks/rspec.rake

6 lines
118 B
Ruby
Raw Normal View History

2013-05-21 10:08:14 +10:00
if Rails.env.development? || Rails.env.test?
require 'rspec/core/rake_task'
2013-05-21 10:08:14 +10:00
RSpec::Core::RakeTask.new(:spec)
end