mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
remove debug print statement
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user