From 18720bc6bf4247715c470e732899a9c631a1e4c4 Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Tue, 15 Jan 2013 10:16:43 -0500 Subject: [PATCH] Removed extra puts in the specs --- spec/mongoid_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/mongoid_spec.rb b/spec/mongoid_spec.rb index 132761a..558948a 100644 --- a/spec/mongoid_spec.rb +++ b/spec/mongoid_spec.rb @@ -766,7 +766,6 @@ def filename end end - context "JSON serialization with multiple uploaders" do before do @class = reset_mongo_class @@ -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