Class: RSpec::Core::Notifications::MessageNotification
- Inherits:
-
Struct
- Object
- Struct
- RSpec::Core::Notifications::MessageNotification
- Defined in:
- lib/rspec/core/notifications.rb
Overview
The MessageNotification
encapsulates generic messages that the reporter
sends to formatters.
Instance Attribute Summary collapse
-
#message ⇒ String
the message.
Instance Attribute Details
#message ⇒ String
the message
262 263 264 |
# File 'lib/rspec/core/notifications.rb', line 262 def @message end |