mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-04-11 18:38:50 -04:00
Stop Rake from telling us every spec it's about to run.
As per https://github.com/rspec/rspec-core/issues/266#issuecomment-1866898
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
require 'rake'
|
||||
begin
|
||||
require 'rspec/core/rake_task'
|
||||
task(:spec).clear
|
||||
RSpec::Core::RakeTask.new(:spec) do |t|
|
||||
t.verbose = false
|
||||
end
|
||||
rescue LoadError
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user