Fix reference to Application#configuration to use #config

This commit is contained in:
Jeremy Kemper 2009-12-23 17:47:38 -08:00
parent d926fb62e8
commit 7a6f73e79b

@ -60,7 +60,7 @@ def setup
RUBY
require "#{app_path}/config/application"
assert AppTemplate::Application.configuration.action_controller.allow_concurrency
assert AppTemplate::Application.config.action_controller.allow_concurrency
end
test "the application can be marked as threadsafe when there are no frameworks" do