Class: Transpec::Syntax::ShouldReceive::ExpectRecord

Inherits:
ExpectBaseRecord show all
Defined in:
lib/transpec/syntax/should_receive.rb

Constant Summary

Constants inherited from Record

Record::OVERRIDDE_FORBIDDEN_METHODS

Instance Attribute Summary

Attributes inherited from Record

#annotation, #converted_syntax_type, #original_syntax_type

Instance Method Summary collapse

Methods inherited from ExpectBaseRecord

#build_converted_syntax, #build_original_syntax, #initialize

Methods inherited from Record

#==, #converted_syntax, #hash, #initialize, #original_syntax, #to_s

Constructor Details

This class inherits a constructor from Transpec::Syntax::ShouldReceive::ExpectBaseRecord

Instance Method Details

#syntax_nameObject



196
197
198
# File 'lib/transpec/syntax/should_receive.rb', line 196

def syntax_name
  'expect'
end