We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e82eaa commit 6366131Copy full SHA for 6366131
spec/grape_spec.rb
@@ -106,8 +106,8 @@
106
end
107
108
it 'returns links with with same received parameters' do
109
- expect(links).to include('<http://example.org/numbers?count=100&page=10&state%5B%5D=new&state%5B%5D=active>; rel="last"')
110
- expect(links).to include('<http://example.org/numbers?count=100&page=2&state%5B%5D=new&state%5B%5D=active>; rel="next"')
+ expect(links).to include('<http://example.org/numbers?count=100&page=10&parity%5B%5D=odd&parity%5B%5D=even>; rel="last"')
+ expect(links).to include('<http://example.org/numbers?count=100&page=2&parity%5B%5D=odd&parity%5B%5D=even>; rel="next"')
111
112
113
0 commit comments