Method: Transpec::Syntax::MethodStub#remove_no_message_allowance!
- Defined in:
- lib/transpec/syntax/method_stub.rb
#remove_no_message_allowance! ⇒ Object
82 83 84 85 86 |
# File 'lib/transpec/syntax/method_stub.rb', line 82 def return unless super add_record(NoMessageAllowanceRecordBuilder.build(self)) end |