Skip to content

Commit 20c0e4c

Browse files
Tim WrightTim Wright
authored andcommitted
rubocop formatting
1 parent 8f1920a commit 20c0e4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/models/supplejack_api/search_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ module SupplejackApi
182182
search = RecordSearch.new(page: 101)
183183
search.valid?
184184

185-
expect(search.errors).to include 'The page parameter for anonymous users (without an API key) can not exceed 100'
185+
expect(search.errors).to
186+
include 'The page parameter for anonymous users (without an API key) can not exceed 100'
186187
end
187188

188189
it 'sets warning if per_page vale is greater than 100' do

0 commit comments

Comments
 (0)