Method: Conify::Test#test

Defined in:
lib/conify/test.rb

#test(msg, &block) ⇒ Object



17
18
19
# File 'lib/conify/test.rb', line 17

def test(msg, &block)
  raise "Failed: #{msg}" unless block.call
end