Skip to content

Commit

Permalink
Trade off #2: exit code test -> success, coverage -> 67%
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavio Auciello committed Apr 28, 2017
1 parent 7114c21 commit d278cb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pulsar/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def __print_version
private

def exit_with_status(status)
return if ENV['COVERAGE']
exit status
end

Expand Down

0 comments on commit d278cb0

Please sign in to comment.