Skip to content

Commit

Permalink
Less noisy RSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed May 11, 2011
1 parent bdfdfcd commit e9b23d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Expand Up @@ -44,7 +44,9 @@ begin
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new
rescue LoadError
puts "RSpec is not installed. Please install if you want to run tests."
if Rake.application.options.show_tasks
puts "RSpec is not installed. Please install if you want to run tests."
end
end

begin
Expand Down

0 comments on commit e9b23d4

Please sign in to comment.