mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
parent
ca886cd253
commit
50b783ccac
6 changed files with 10 additions and 10 deletions
|
@ -146,7 +146,7 @@ module SyntaxSuggest
|
|||
EOM
|
||||
end
|
||||
|
||||
it "expand until next boundry (indentation)" do
|
||||
it "expand until next boundary (indentation)" do
|
||||
source_string = <<~EOM
|
||||
describe "what" do
|
||||
Foo.call
|
||||
|
@ -188,7 +188,7 @@ module SyntaxSuggest
|
|||
EOM
|
||||
end
|
||||
|
||||
it "expand until next boundry (empty lines)" do
|
||||
it "expand until next boundary (empty lines)" do
|
||||
source_string = <<~EOM
|
||||
describe "what" do
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue