Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Fix spec for 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Apr 1, 2014
1 parent 0286cb7 commit 72c1c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/moped/query_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
it "raises an error when hinting an invalid index" do
expect {
users.find(scope: scope).hint(scope: 1).to_a
}.to raise_error(Moped::Errors::QueryFailure, %r{failed with error 10113: "bad hint"})
}.to raise_error(Moped::Errors::QueryFailure)
end
end

Expand Down

0 comments on commit 72c1c4d

Please sign in to comment.