0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-04 10:39:43 +08:00
discourse/lib/tasks/rspec.rake
Jarek Radosz 71834c898f
DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073)
Co-authored-by: Loïc Guitaut <loic@discourse.org>
2025-10-06 16:11:01 +02:00

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