mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
initialize instead of assert to fix warning
This commit is contained in:
parent
85de183071
commit
8134c26640
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue