Class: RspecExtensions::BehaviorDSL::BehaviorNotification
- Inherits:
-
Struct
- Object
- Struct
- RspecExtensions::BehaviorDSL::BehaviorNotification
- Defined in:
- lib/rspec_tapas/behavior_dsl.rb,
lib/rspec_tapas/behavior_dsl.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
3 4 5 |
# File 'lib/rspec_tapas/behavior_dsl.rb', line 3 def @message end |
Instance Method Details
#description ⇒ Object
9 10 11 |
# File 'lib/rspec_tapas/behavior_dsl.rb', line 9 def description end |
#execution_result ⇒ Object
5 6 7 |
# File 'lib/rspec_tapas/behavior_dsl.rb', line 5 def execution_result RSpec::Core::Example::ExecutionResult.new end |