mirror of https://github.com/rails/rails
Merge pull request #10175 from vipulnsward/initialize_fix
initialize instead of assert to fix warning
This commit is contained in:
commit
9027ce9f7e
|
@ -72,6 +72,7 @@ module ApplicationTests
|
|||
end
|
||||
|
||||
test "load environment with global" do
|
||||
$initialize_test_set_from_env = nil
|
||||
app_file "config/environments/development.rb", <<-RUBY
|
||||
$initialize_test_set_from_env = 'success'
|
||||
AppTemplate::Application.configure do
|
||||
|
|
Loading…
Reference in New Issue