Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.

Commit

Permalink
Removed confusing rake message
Browse files Browse the repository at this point in the history
* Rake outputs message about not finding clearance gem
* Message looks like an error, but is not
* Rerouted output to /dev/null to hide the message
  • Loading branch information
Adarsh Pandit committed Jul 11, 2012
1 parent a13e7cb commit 7abb3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/gem_steps.rb
@@ -1,5 +1,5 @@
Then /^"(.*)" should not be installed$/ do |gem_name|
in_current_dir do
system("bundle show #{gem_name}").should be_false
system("bundle show #{gem_name} 2>&1 > /dev/null").should be_false
end
end

0 comments on commit 7abb3a0

Please sign in to comment.