tests/helpers/succeeds_helper.rb in fog-1.3.1 vs tests/helpers/succeeds_helper.rb in fog-1.4.0
- old
+ new
@@ -1,12 +1,11 @@
module Shindo
class Tests
def succeeds
test('succeeds') do
- instance_eval(&Proc.new)
- true
+ !!instance_eval(&Proc.new)
end
end
end
-end
\ No newline at end of file
+end