提交 61a51a5e 编写于 作者: G Genadi Samokovarov

Fix the tests after e5940003

上级 818a715d
...@@ -632,7 +632,7 @@ def test_web_console_with_dev_option ...@@ -632,7 +632,7 @@ def test_web_console_with_dev_option
assert_file "Gemfile" do |content| assert_file "Gemfile" do |content|
assert_match(/gem 'web-console',\s+github: 'rails\/web-console'/, content) assert_match(/gem 'web-console',\s+github: 'rails\/web-console'/, content)
assert_no_match(/gem 'web-console'/, content) assert_no_match(/\Agem 'web-console'\z/, content)
end end
end end
...@@ -641,7 +641,7 @@ def test_web_console_with_edge_option ...@@ -641,7 +641,7 @@ def test_web_console_with_edge_option
assert_file "Gemfile" do |content| assert_file "Gemfile" do |content|
assert_match(/gem 'web-console',\s+github: 'rails\/web-console'/, content) assert_match(/gem 'web-console',\s+github: 'rails\/web-console'/, content)
assert_no_match(/gem 'web-console'/, content) assert_no_match(/\Agem 'web-console'\z/, content)
end end
end end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册