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.
--path
1 parent ce5f3c0 commit f0ee45eCopy full SHA for f0ee45e
1 file changed
spec/features/create_extension_spec.rb
@@ -183,7 +183,7 @@ def bundle_install
183
bundle_path = "#{gem_root}/vendor/bundle"
184
185
command = 'bundle install'
186
- command += " --path=#{bundle_path.shellescape}" if File.exist?(bundle_path)
+ command = "env BUNDLE_PATH=#{bundle_path.shellescape} #{command}" if File.exist?(bundle_path)
187
188
output = nil
189
cd(install_path) { output = sh command }
0 commit comments