Module: HammerCLIForeman::Testing::APIExpectations::ExpectationExtensions

Defined in:
lib/hammer_cli_foreman/testing/api_expectations.rb

Instance Method Summary collapse

Instance Method Details

#method_signatureObject



32
33
34
# File 'lib/hammer_cli_foreman/testing/api_expectations.rb', line 32

def method_signature
  "#{@note}\n  #{super}"
end

#set_note(note) ⇒ Object



36
37
38
# File 'lib/hammer_cli_foreman/testing/api_expectations.rb', line 36

def set_note(note)
  @note = note
end