We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0bc037 commit 9af1a35Copy full SHA for 9af1a35
spec/models/supplejack_api/search_spec.rb
@@ -156,7 +156,7 @@ module SupplejackApi
156
it 'should include the correct search sort' do
157
search = RecordSearch.new(sort: 'random')
158
159
- expect(search.search_builder.inspect.include?(':sort=>"random desc"')).to eq true
+ expect(search.search_builder.inspect.include?('sort: "random desc"')).to eq true
160
end
161
162
0 commit comments