Skip to content

Commit

Permalink
ESY-6479 Update test spec
Browse files Browse the repository at this point in the history
  • Loading branch information
m-lilja committed Mar 26, 2024
1 parent 8f1ab24 commit 7055cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/verifier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def options
],
href_ignore: [
"#",

Check notice on line 64 in spec/support/verifier.rb

View workflow job for this annotation

GitHub Actions / rubocop

[rubocop] spec/support/verifier.rb#L64 <Style/StringLiterals>

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Raw output
spec/support/verifier.rb:64:11: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
".."
"../"

Check notice on line 65 in spec/support/verifier.rb

View workflow job for this annotation

GitHub Actions / rubocop

[rubocop] spec/support/verifier.rb#L65 <Style/StringLiterals>

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Raw output
spec/support/verifier.rb:65:11: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
]
}
end
Expand Down

0 comments on commit 7055cff

Please sign in to comment.