travis-api/lib/travis/api/v3/services/log/find.rb
Renée Hendricksen 3b64643053 fix the tests
2016-08-09 12:38:47 -04:00

9 lines
153 B
Ruby

module Travis::API::V3
class Services::Log::Find < Service
def run!
job = check_login_and_find(:job)
query.find(job)
end
end
end