Class: Transpec::Syntax::Receive::ReceiveAnyInstanceBlockRecord
- Inherits:
-
AnyInstanceBlockRecord
- Object
- AnyInstanceBlockRecord
- Transpec::Syntax::Receive::ReceiveAnyInstanceBlockRecord
- Defined in:
- lib/transpec/syntax/receive.rb
Instance Method Summary collapse
Instance Method Details
#base_syntax ⇒ Object
39 40 41 |
# File 'lib/transpec/syntax/receive.rb', line 39 def base_syntax "#{@host.expectation.method_name}(Klass).to receive(:message)" end |