Class: Transpec::Syntax::ShouldReceive::ExpectRecord
- Inherits:
-
ExpectBaseRecord
- Object
- Record
- ExpectBaseRecord
- Transpec::Syntax::ShouldReceive::ExpectRecord
- Defined in:
- lib/transpec/syntax/should_receive.rb
Instance Attribute Summary
Attributes inherited from Record
#converted_syntax, #original_syntax
Instance Method Summary collapse
Methods inherited from ExpectBaseRecord
#converted_syntax, #initialize, #original_syntax
Methods inherited from Record
#==, #hash, #initialize, #to_s
Constructor Details
This class inherits a constructor from Transpec::Syntax::ShouldReceive::ExpectBaseRecord
Instance Method Details
#syntax_name ⇒ Object
194 195 196 |
# File 'lib/transpec/syntax/should_receive.rb', line 194 def syntax_name 'expect' end |