summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-23 12:29:53 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-23 13:05:26 +0900
commitbf3b376522705eaa01204618a15fce4c11dde42b (patch)
treefe8b1ed46d8b2b17dadb4d19938cfcbcd0fe373b
parent5bb43aeb890657ea586e3fabbf763e5b5670ffd7 (diff)
downloadruby-bf3b376522705eaa01204618a15fce4c11dde42b.tar.gz
[ruby/syntax_suggest] Remove debug print
https://github.com/ruby/syntax_suggest/commit/4d53d31bc5
-rw-r--r--spec/syntax_suggest/integration/ruby_command_line_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/syntax_suggest/integration/ruby_command_line_spec.rb b/spec/syntax_suggest/integration/ruby_command_line_spec.rb
index 1f14d4c9dc..5b707e84c1 100644
--- a/spec/syntax_suggest/integration/ruby_command_line_spec.rb
+++ b/spec/syntax_suggest/integration/ruby_command_line_spec.rb
@@ -172,7 +172,7 @@ module SyntaxSuggest
expect($?.success?).to be_falsey
expect(out.downcase).to_not include("syntax ok")
- puts out
+ expect(out).to include("Invalid break")
end
end
end