Skip to content

Commit

Permalink
no verbose output for rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
simonista committed Nov 17, 2017
1 parent 028827f commit c7c2a65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Rake::TestTask.new do |t|
t.verbose = false
end

RSpec::Core::RakeTask.new(:spec)
RSpec::Core::RakeTask.new(:spec) do |t|
t.verbose = false
end

task :all_tests => [:test, :spec]

Expand Down

0 comments on commit c7c2a65

Please sign in to comment.