mirror of
https://github.com/discourse/discourse.git
synced 2026-07-30 16:18:16 -05: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
|