mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 04:34:32 +08:00
8 lines
149 B
Ruby
8 lines
149 B
Ruby
# frozen_string_literal: true
|
|
|
|
if Rails.env.development? || Rails.env.test?
|
|
require "rspec/core/rake_task"
|
|
|
|
RSpec::Core::RakeTask.new(:spec)
|
|
end
|