class Assert::Assertions::RaisedException
Public Instance Methods
exception_details()
click to toggle source
Calls superclass method
Assert::Assertions::CheckException#exception_details
# File lib/assert/assertions.rb, line 411 def exception_details super( "exception expected, not:", "exception expected but nothing raised." ) end