We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edec1af commit afe57ddCopy full SHA for afe57dd
railties/test/application/initializers/hooks_test.rb
@@ -66,7 +66,7 @@ def setup
66
RUBY
67
68
require "#{app_path}/config/environment"
69
- assert [:to_prepare, :after_initialize], $order
+ assert_equal [:to_prepare, :after_initialize], $order
70
end
71
72
test "after_initialize happens after to_prepare in production" do
@@ -80,7 +80,7 @@ def setup
80
require "#{app_path}/config/application"
81
Rails.env.replace "production"
82
83
84
85
86
0 commit comments