Files
discourse/lib/tasks/rspec.rake
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
124 B
Ruby
Raw Normal View History

# frozen_string_literal: true
if Rails.env.local?
2013-05-21 10:08:14 +10:00
require "rspec/core/rake_task"
2013-05-17 16:02:43 -07:00
2013-05-21 10:08:14 +10:00
RSpec::Core::RakeTask.new(:spec)
end