v3 update service_index_spec for requests pagination

This commit is contained in:
carlad 2015-09-08 17:08:08 +02:00
parent 8645338306
commit 0705a61808

View File

@ -16,7 +16,7 @@ describe Travis::API::V3::ServiceIndex do
describe "find action" do describe "find action" do
let(:action) { resource.fetch("actions").fetch("find") } let(:action) { resource.fetch("actions").fetch("find") }
specify { expect(action).to include("@type"=>"template", "request_method"=>"GET", "uri_template"=>"#{path}repo/{repository.id}/requests{?include}") } specify { expect(action).to include("@type"=>"template", "request_method"=>"GET", "uri_template"=>"#{path}repo/{repository.id}/requests{?include,limit,offset}") }
end end
describe "create action" do describe "create action" do