mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 10:23:17 -05:00
8 lines
124 B
Ruby
8 lines
124 B
Ruby
# frozen_string_literal: true
|
|
|
|
if Rails.env.local?
|
|
require "rspec/core/rake_task"
|
|
|
|
RSpec::Core::RakeTask.new(:spec)
|
|
end
|