0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/lib/tasks/rspec.rake
2023-01-09 12:10:19 +00:00

7 lines
149 B
Ruby
Vendored

# frozen_string_literal: true
if Rails.env.development? || Rails.env.test?
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)
end