Skip to content

Commit

Permalink
Updating save(fals) integration spec
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Dec 29, 2009
1 parent c220254 commit a4211a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/integration/mongoid/document_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@

it "always persists" do
@comment.save(false).should be_true
@from_db = Comment.find(@comment.id)
@from_db.should == @comment
end

end
Expand Down

0 comments on commit a4211a1

Please sign in to comment.