Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request guard#72 from hedgehog/patch-1
Browse files Browse the repository at this point in the history
remove a `$stdout.puts` statement introduced in issue guard#71 - sorry
  • Loading branch information
thibaudgg committed Nov 25, 2011
2 parents e0760a3 + e9b5b5b commit 4d66abd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/guard/rspec/runner.rb
Expand Up @@ -55,7 +55,6 @@ def failure_exit_code_supported?(options={})
options[:binstubs] = false if options[:binstubs] # failure exit code support is independent of rspec location
cmd_parts << rspec_exec(options)
cmd_parts << "--help"
$stdout.puts "#{cmd_parts.join(' ')}"
`#{cmd_parts.join(' ')}`.include? "--failure-exit-code"
end
end
Expand Down

0 comments on commit 4d66abd

Please sign in to comment.