Resolve 96 Rubocop Lint/AmbiguousRegexpLiteral conflicts

This commit is contained in:
Wil 2018-06-08 15:51:17 -04:00 committed by Andy Allan
parent 5a2d2f97ce
commit a182820139
19 changed files with 96 additions and 100 deletions

View file

@ -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
##