Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
1.8 and 1.9 should output the same thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlhuda committed Jul 22, 2010
1 parent 2dabdc3 commit 6271788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/other/exec_spec.rb
Expand Up @@ -229,7 +229,7 @@
require "bundler"
Bundler.setup
puts `bundle check`
puts $?
puts $?.exitstatus
R

out.should include("satisfied")
Expand Down

0 comments on commit 6271788

Please sign in to comment.