Method: RSpec::Core::Notifications::MessageNotification#message

Defined in:
lib/rspec/core/notifications.rb

#messageString

the message

Returns:

  • (String)

    the current value of message

[View source]

264
265
266
# File 'lib/rspec/core/notifications.rb', line 264

def message
  @message
end