Skip to content

Commit

Permalink
Removed extra puts in the specs
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Jan 15, 2013
1 parent 60d63a0 commit 18720bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/mongoid_spec.rb
Expand Up @@ -766,7 +766,6 @@ def filename
end
end


context "JSON serialization with multiple uploaders" do
before do
@class = reset_mongo_class
Expand All @@ -777,7 +776,6 @@ def filename
end

it "serializes the correct values" do
puts @event.serializable_hash
@event.serializable_hash["image"]["url"].should match(/old\.jpeg$/)
@event.serializable_hash["textfile"]["url"].should match(/old\.txt$/)
end
Expand Down

0 comments on commit 18720bc

Please sign in to comment.