Skip to content

Commit

Permalink
Fix spec on 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Apr 24, 2012
1 parent ff57b1a commit 1fb01c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/functional/mongoid/nested_attributes_spec.rb
Expand Up @@ -4049,8 +4049,8 @@
{ addresses_attributes:
{ "0" =>
{
street: "Alexanderstr",
locations_attributes: { "0" => { name: "Home" } }
:street => "Alexanderstr",
:locations_attributes => { "0" => { :name => "Home" } }
}
}
}
Expand Down

0 comments on commit 1fb01c2

Please sign in to comment.