Skip to content

Commit

Permalink
Fix RSpec/ExcessiveDocstringSpacing failure. (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvandersluis committed Sep 28, 2021
1 parent 2bfbc5e commit 2055ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rubocop/ast/node_pattern/parser_spec.rb
Expand Up @@ -18,7 +18,7 @@
)
end

it 'parses capture vs repetition with correct priority ' do
it 'parses capture vs repetition with correct priority' do
s_int = s(:capture, s(:node_type, :int))
s_str = s(:capture, s(:node_type, :str))
expect_parsing(
Expand Down

0 comments on commit 2055ec5

Please sign in to comment.