We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1920a commit 20c0e4cCopy full SHA for 20c0e4c
spec/models/supplejack_api/search_spec.rb
@@ -182,7 +182,8 @@ module SupplejackApi
182
search = RecordSearch.new(page: 101)
183
search.valid?
184
185
- expect(search.errors).to include 'The page parameter for anonymous users (without an API key) can not exceed 100'
+ expect(search.errors).to
186
+ include 'The page parameter for anonymous users (without an API key) can not exceed 100'
187
end
188
189
it 'sets warning if per_page vale is greater than 100' do
0 commit comments