From 0705a61808a658daeb9e9d0f5aa71c8a8de12918 Mon Sep 17 00:00:00 2001 From: carlad Date: Tue, 8 Sep 2015 17:08:08 +0200 Subject: [PATCH] v3 update service_index_spec for requests pagination --- spec/v3/service_index_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/v3/service_index_spec.rb b/spec/v3/service_index_spec.rb index 855c0861..1d430b6e 100644 --- a/spec/v3/service_index_spec.rb +++ b/spec/v3/service_index_spec.rb @@ -16,7 +16,7 @@ describe Travis::API::V3::ServiceIndex do describe "find action" do 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 describe "create action" do