1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/helpers/succeeds_helper.rb

12 lines
136 B
Ruby
Raw Normal View History

2011-01-04 17:01:31 -05:00
module Shindo
class Tests
def succeeds
test('succeeds') do
!!instance_eval(&Proc.new)
2011-01-04 17:01:31 -05:00
end
end
end
end