mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-01 02:44:59 +08:00
7 lines
124 B
Ruby
7 lines
124 B
Ruby
# frozen_string_literal: true
|
|
|
|
if Rails.env.local?
|
|
require "rspec/core/rake_task"
|
|
|
|
RSpec::Core::RakeTask.new(:spec)
|
|
end
|