Class: RSpec::SleepingKingStudios::Deferred::Calls::SharedExamples
- Inherits:
-
RSpec::SleepingKingStudios::Deferred::Call
- Object
- RSpec::SleepingKingStudios::Deferred::Call
- RSpec::SleepingKingStudios::Deferred::Calls::SharedExamples
- Defined in:
- lib/rspec/sleeping_king_studios/deferred/calls/shared_examples.rb
Overview
Value object representing a deferred RSpec shared example group.
Instance Attribute Summary
Attributes inherited from RSpec::SleepingKingStudios::Deferred::Call
#arguments, #block, #keywords, #method_name
Instance Method Summary collapse
-
#name ⇒ String
The description for the shared example group.
Methods inherited from RSpec::SleepingKingStudios::Deferred::Call
Constructor Details
This class inherits a constructor from RSpec::SleepingKingStudios::Deferred::Call
Instance Method Details
#name ⇒ String
Returns the description for the shared example group.
10 11 12 |
# File 'lib/rspec/sleeping_king_studios/deferred/calls/shared_examples.rb', line 10 def name arguments.first end |