Skip to content

Commit d942b67

Browse files
committed
fixup! Allow passing through of the full-index option.
1 parent 33e050f commit d942b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/acceptance/cli/install_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
output = run("appraisal install --full-index")
8686

8787
expect(output).to include(
88-
"bundle install --gemfile='gemfiles/1.0.0.gemfile' " \
89-
"--retry 1 --full-index true",
88+
"bundle install --gemfile='#{file('gemfiles/1.0.0.gemfile')}' " \
89+
"--retry 1 --full-index true"
9090
)
9191
end
9292
end

0 commit comments

Comments
 (0)