test/functional/test_associations.rb in mongo_mapper-unstable-2009.12.4 vs test/functional/test_associations.rb in mongo_mapper-unstable-2009.12.14

- old
+ new

@@ -38,7 +38,7 @@ post2 = AwesomePost.create(:creator => user, :tags => [tag2]) user.posts.should == [post1, post2] post1 = post1.reload post1.tags.should == [tag1] - end + end end \ No newline at end of file