class Assert::Assertions::RaisedException

Public Instance Methods

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