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