Skip to content

Commit

Permalink
Fix serialized test
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurnn committed Jan 10, 2014
1 parent 53e736c commit bfaa0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mongoid/fields_spec.rb
Expand Up @@ -926,7 +926,7 @@ def testing=(value)
context "when defining a criteria" do

let(:criteria) do
Person.where(alias: "true")
Person.where(alias: true)
end

it "properly serializes the aliased field" do
Expand Down

0 comments on commit bfaa0eb

Please sign in to comment.