class FreelancersProfileTest

Public Instance Methods

test_get_specific() click to toggle source
# File test/test_freelancers_profile.rb, line 12
def test_get_specific
  api = Upwork::Api::Routers::Freelancers::Profile.new(get_client_mock)
  assert api.get_specific('~key')
end
test_get_specific_brief() click to toggle source
# File test/test_freelancers_profile.rb, line 17
def test_get_specific_brief
  api = Upwork::Api::Routers::Freelancers::Profile.new(get_client_mock)
  assert api.get_specific_brief('~key')
end