Skip to content

Commit

Permalink
Stripped whitespace with "sake strip"
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Kubb committed Jun 25, 2008
1 parent bc25cc5 commit 1099b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dm-serializer/spec/unit/to_json_spec.rb
Expand Up @@ -60,12 +60,12 @@
deserialized_collection = JSON.parse(@collection.to_json(:only => [:composite]))
betsy = deserialized_collection.first
berta = deserialized_collection.last

betsy["id"].should be_nil
betsy["composite"].should == 2
betsy["name"].should be_nil
betsy["breed"].should be_nil

berta["id"].should be_nil
berta["composite"].should == 20
berta["name"].should be_nil
Expand Down

0 comments on commit 1099b53

Please sign in to comment.