Method: Test::Spec::Should#throw

Defined in:
lib/test/spec.rb

#throw(sym) ⇒ Object



138
139
140
# File 'lib/test/spec.rb', line 138

def throw(sym)
  assert_throws(sym, @message, &@object)
end