Flowdock
assert_nothing_raised(*args) public

Passes if block does not raise an exception.

Example:

  assert_nothing_raised do
    [1, 2].uniq
  end
Show source
Register or log in to add new notes.