提交 02b4ba64 编写于 作者: Y yuuji.yaginuma

Remove needless test order config

These were added for avoiding warnings and for testing in
e4c529ea and 6ea7065a.

Now the default is `:random`, and since the tests added with it are
removed. That config is unnecessary.
上级 f3fe56c7
......@@ -170,7 +170,6 @@ def build_app(options = {})
config.eager_load = false
config.session_store :cookie_store, key: "_myapp_session"
config.active_support.deprecation = :log
config.active_support.test_order = :random
config.action_controller.allow_forgery_protection = false
config.log_level = :info
RUBY
......@@ -194,7 +193,6 @@ def self.name; "RailtiesTestApp"; end
@app.config.eager_load = false
@app.config.session_store :cookie_store, key: "_myapp_session"
@app.config.active_support.deprecation = :log
@app.config.active_support.test_order = :random
@app.config.log_level = :info
yield @app if block_given?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册