class JobsProfileTest

Public Instance Methods

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