spec/support/helpers.rb in engineyard-1.3.14 vs spec/support/helpers.rb in engineyard-1.3.15

- old
+ new

@@ -34,10 +34,10 @@ end def fast_failing_ey(*args) begin fast_ey(*args) - raise ZeroExitStatus + raise ZeroExitStatus.new(@out, @err) rescue SystemExit => exit_status # SystemExit typically indicates a bogus command, which we # here in expected-to-fail land are entirely happy with. nil rescue EY::Error => e