提交 da5fef45 编写于 作者: M Marcel Molina

When a NonInferrableControllerError is raised, make the proposed fix clearer...

When a NonInferrableControllerError is raised, make the proposed fix clearer in the error message. Closes #10199 [danger]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8283 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 d64832c0
*SVN*
* When a NonInferrableControllerError is raised, make the proposed fix clearer in the error message. Closes #10199 [danger]
* Update Prototype to 1.6.0.1. [sam]
* Update script.aculo.us to 1.8.0.1. [madrobby]
......
......@@ -4,7 +4,7 @@ module ActionController
class NonInferrableControllerError < ActionControllerError
def initialize(name)
super "Unable to determine the controller to test from #{name}. " +
"You'll need to specify it using tests YourController in your " +
"You'll need to specify it using 'tests YourController' in your " +
"test case definition"
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册