mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 01:43:37 +08:00
9c092366e0
This doesn't require auto-loading of rspec-rails and puts the 'spec' task in the rake task list (rake -T)
4 lines
65 B
Ruby
4 lines
65 B
Ruby
require 'rspec/core/rake_task'
|
|
|
|
RSpec::Core::RakeTask.new(:spec)
|