We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7e996 commit 4140d67Copy full SHA for 4140d67
test/support/application.rb
@@ -111,7 +111,7 @@ def spring_client_config
111
def run(command, opts = {})
112
start_time = Time.now
113
114
- Bundler.with_clean_env do
+ Bundler.with_original_env do
115
Process.spawn(
116
env.merge(opts[:env] || {}),
117
command.to_s,
test/support/application_generator.rb
@@ -31,7 +31,7 @@ def system(command)
31
end
32
33
def generate
34
- Bundler.with_clean_env { generate_files }
+ Bundler.with_original_env { generate_files }
35
install_spring
36
generate_scaffold
37
0 commit comments