From 6d39d6d2143f7b910f310de0ff92772839ac72a2 Mon Sep 17 00:00:00 2001 From: Schneems Date: Mon, 4 Dec 2023 16:59:10 -0600 Subject: [ruby/syntax_suggest] Update docs, clean up PR Removes or updates mentions of Ripper https://github.com/ruby/syntax_suggest/commit/08aaa3f50a --- spec/syntax_suggest/unit/lex_all_spec.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'spec/syntax_suggest') diff --git a/spec/syntax_suggest/unit/lex_all_spec.rb b/spec/syntax_suggest/unit/lex_all_spec.rb index 0c0df7cfaa..9621c9ecec 100644 --- a/spec/syntax_suggest/unit/lex_all_spec.rb +++ b/spec/syntax_suggest/unit/lex_all_spec.rb @@ -17,9 +17,6 @@ module SyntaxSuggest end # 9 EOM - # raw_lex = Ripper.lex(source) - # expect(raw_lex.to_s).to_not include("dog") - lex = LexAll.new(source: source) expect(lex.map(&:token).to_s).to include("dog") expect(lex.first.line).to eq(1) -- cgit v1.2.3