Skip to content

Commit

Permalink
removed unnecessary specs
Browse files Browse the repository at this point in the history
  • Loading branch information
matsimitsu authored and Papipo committed Aug 29, 2010
1 parent 4716b97 commit c0efa1f
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions spec/integration/mongoid/i18n_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -163,26 +163,5 @@ class SubEntry
@entry.reload

@entry.sub_entry.subtitle.should == 'Oxford Street'

I18n.locale = :nl

@entry.sub_entry.subtitle = 'Hoofdstraat'
@entry.save

@entry.reload

@entry.sub_entry.subtitle.should == 'Hoofdstraat'

I18n.locale = :en

@entry.sub_entry.subtitle.should == 'Oxford Street'

@entry.sub_entry.subtitle = 'Main Street'
@entry.save

@entry.reload

@entry.sub_entry.subtitle.should == 'Main Street'

end
end

0 comments on commit c0efa1f

Please sign in to comment.