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 d2e80ff commit 8f1ab24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/support/verifier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ def options
url_ignore: [
'http://www.wikipedia.org',
'http://restcookbook.com/Basics/loggingin/'
],
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 8f1ab24

Please sign in to comment.