class PaymentsTest

Public Instance Methods

test_submit_bonus() click to toggle source
# File test/test_payments.rb, line 12
def test_submit_bonus
  api = Upwork::Api::Routers::Payments.new(get_client_mock)
  assert api.submit_bonus('12', {})
end