From dfed318475780c3bf16ab6704ae9d67833c46446 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Fri, 25 Nov 2011 23:52:07 -0800 Subject: [PATCH] typo --- test/test_syntax_checking.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_syntax_checking.rb b/test/test_syntax_checking.rb index 82201eeb..05c801e9 100644 --- a/test/test_syntax_checking.rb +++ b/test/test_syntax_checking.rb @@ -23,7 +23,7 @@ describe Pry do ["end"], ["puts )("], ["1 1"], - ["puts", ":"], + ["puts :"], # in this case the syntax error is "expecting ')'". ((defined? RUBY_ENGINE && RUBY_ENGINE == "rbx") ? nil : ["def", "method(1"]) ].compact.each do |foo|