remove debug print statement

This commit is contained in:
Laurent Sansonetti
2014-04-12 15:39:23 +02:00
parent 357b1bd8b1
commit 1f10258f0c

View File

@@ -28,7 +28,6 @@ describe "A Symbol literal" do
[:'9', ':"9"'],
[:"foo #{1 + 1}", ':"foo 2"'],
].each { |sym, str|
p str
sym.should be_kind_of(Symbol)
sym.inspect.should == str
}