Skip to content

Commit

Permalink
Fix wording on some test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
gerases committed Feb 9, 2024
1 parent 0e8da67 commit 5bee2bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# bar => 'baz',
# }
#
# is handled by the "arrow_alignment") plugin.
# is handled by the "arrow_alignment" plugin.

PuppetLint.new_check(:space_before_arrow) do
def check
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
end

context 'with fix disabled' do
it 'does not detect any problems' do
it 'detects extra space before arrow' do
expect(problems.size).to eq(1)
end

Expand Down Expand Up @@ -96,7 +96,7 @@
end

context 'with fix disabled' do
it 'does not detect any problems' do
it 'detects extra space before arrow' do
expect(problems.size).to eq(1)
end

Expand Down

0 comments on commit 5bee2bc

Please sign in to comment.