Resolve 96 Rubocop Lint/AmbiguousRegexpLiteral conflicts
This commit is contained in:
parent
5a2d2f97ce
commit
a182820139
19 changed files with 96 additions and 100 deletions
|
@ -161,7 +161,7 @@ class OldNodeControllerTest < ActionController::TestCase
|
|||
get :version, :params => { :id => id, :version => version }
|
||||
assert_response :not_found
|
||||
rescue ActionController::UrlGenerationError => ex
|
||||
assert_match /No route matches/, ex.to_s
|
||||
assert_match(/No route matches/, ex.to_s)
|
||||
end
|
||||
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue