module HammerCLIForeman::Testing::APIExpectations::ExpectationExtensions

Public Instance Methods

method_signature() click to toggle source
# File lib/hammer_cli_foreman/testing/api_expectations.rb, line 32
def method_signature
  "#{@note}\n  #{super}"
end
set_note(note) click to toggle source
# File lib/hammer_cli_foreman/testing/api_expectations.rb, line 36
def set_note(note)
  @note = note
end