mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Warning removed in test
This commit is contained in:
@@ -128,7 +128,7 @@ class AppGeneratorTest < Rails::Generators::TestCase
|
||||
absolute = File.expand_path("Gemfile", destination_root)
|
||||
File.open(absolute, 'r') do |f|
|
||||
f.each_line do |line|
|
||||
assert_no_match /^[ \t]+$/, line
|
||||
assert_no_match %r{/^[ \t]+$/}, line
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user