tests/helpers/succeeds_helper.rb in fog-1.22.0 vs tests/helpers/succeeds_helper.rb in fog-1.22.1

- old
+ new

@@ -1,11 +1,9 @@ module Shindo class Tests - def succeeds test('succeeds') do !!instance_eval(&Proc.new) end end - end end