Skip to content

Commit

Permalink
One last 1.8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Apr 24, 2012
1 parent d8c7bf0 commit 707831f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/functional/mongoid/nested_attributes_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4046,7 +4046,7 @@
context "when no documents has previously existed" do

let(:attributes) do
{ addresses_attributes:
{ :addresses_attributes =>
{ "0" =>
{
:street => "Alexanderstr",
Expand Down Expand Up @@ -4089,7 +4089,7 @@

let(:attributes) do
{
addresses_attributes: {
:addresses_attributes => {
:a => {
:id => address.id, :locations_attributes => { :b => { :name => "home" }}
},
Expand Down

0 comments on commit 707831f

Please sign in to comment.