提交 f90ee8ce 编写于 作者: X Xavier Noria

applies project convention for string literals

上级 04ef46dd
......@@ -76,7 +76,7 @@ def test_default_environment
def test_runner_detects_syntax_errors
output = Dir.chdir(app_path) { `bin/rails runner "puts 'hello world" 2>&1` }
assert_not $?.success?
assert_match 'unterminated string meets end of file', output
assert_match "unterminated string meets end of file", output
end
def test_runner_detects_bad_script_name
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册