class JobsSearchTest

Public Instance Methods

test_find() click to toggle source
# File test/test_jobs_search.rb, line 12
def test_find
  api = Upwork::Api::Routers::Jobs::Search.new(get_client_mock)
  assert api.find({})
end