提交 7a6f73e7 编写于 作者: J Jeremy Kemper

Fix reference to Application#configuration to use #config

上级 d926fb62
...@@ -60,7 +60,7 @@ def setup ...@@ -60,7 +60,7 @@ def setup
RUBY RUBY
require "#{app_path}/config/application" require "#{app_path}/config/application"
assert AppTemplate::Application.configuration.action_controller.allow_concurrency assert AppTemplate::Application.config.action_controller.allow_concurrency
end end
test "the application can be marked as threadsafe when there are no frameworks" do test "the application can be marked as threadsafe when there are no frameworks" do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册