Skip to content

Commit 9e0efcc

Browse files
committed
puts ENV
1 parent 2233587 commit 9e0efcc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/integration/rails_6.0.2.1_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
puts "__dir__: #{__dir__}"
9090
puts "__FILE__: #{__FILE__}"
9191

92+
pp ENV
93+
9294
Bundler.with_clean_env do
9395
puts "app_path: #{app_path}"
9496
Dir.chdir app_path do
@@ -106,6 +108,8 @@
106108
puts `bin/rails db:migrate`
107109
puts 'trying ** '
108110

111+
pp ENV
112+
109113
puts `#{command}`
110114

111115
puts 'trying ** '

0 commit comments

Comments
 (0)