class Assert::Assertions::NoRaisedException

Public Instance Methods

exception_details() click to toggle source
# File lib/assert/assertions.rb, line 420
def exception_details
  super("exception not expected, but raised:")
end