summaryrefslogtreecommitdiff
path: root/spec/syntax_suggest/unit/capture/falling_indent_lines_spec.rb
diff options
context:
space:
mode:
authorSchneems <richard.schneeman+foo@gmail.com>2023-12-04 16:19:20 -0600
committergit <svn-admin@ruby-lang.org>2023-12-04 22:29:44 +0000
commit5a2d70ef73d4d17f5999f5087499a5eda1126567 (patch)
tree40aec7b4359d5ba2694ac9ac11997e96fdc39e6c /spec/syntax_suggest/unit/capture/falling_indent_lines_spec.rb
parent13482ab1e61e0c337badd6308412621f807df9c1 (diff)
[ruby/syntax_suggest] Bump minimum Ruby version & update standardrb
https://github.com/ruby/syntax_suggest/commit/73753518e9
Diffstat (limited to 'spec/syntax_suggest/unit/capture/falling_indent_lines_spec.rb')
-rw-r--r--spec/syntax_suggest/unit/capture/falling_indent_lines_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/syntax_suggest/unit/capture/falling_indent_lines_spec.rb b/spec/syntax_suggest/unit/capture/falling_indent_lines_spec.rb
index 61d1642d97..ed2265539a 100644
--- a/spec/syntax_suggest/unit/capture/falling_indent_lines_spec.rb
+++ b/spec/syntax_suggest/unit/capture/falling_indent_lines_spec.rb
@@ -5,7 +5,7 @@ require_relative "../../spec_helper"
module SyntaxSuggest
RSpec.describe Capture::FallingIndentLines do
it "on_falling_indent" do
- source = <<~'EOM'
+ source = <<~EOM
class OH
def lol
print 'lol
@@ -33,7 +33,7 @@ module SyntaxSuggest
end
lines.sort!
- expect(lines.join).to eq(<<~'EOM')
+ expect(lines.join).to eq(<<~EOM)
class OH
def hello
end