fog--fog/tests/helpers/succeeds_helper.rb

12 lines
146 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)
true
end
end
end
end