summaryrefslogtreecommitdiff
path: root/spec/bundler/cache/cache_path_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/cache/cache_path_spec.rb')
-rw-r--r--spec/bundler/cache/cache_path_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/cache/cache_path_spec.rb b/spec/bundler/cache/cache_path_spec.rb
index d5bd14965b..2a280ea858 100644
--- a/spec/bundler/cache/cache_path_spec.rb
+++ b/spec/bundler/cache/cache_path_spec.rb
@@ -17,7 +17,7 @@ RSpec.describe "bundle package" do
context "with config cache_path" do
it "caches gems at given path" do
- bundle "config set cache_path vendor/cache-foo"
+ bundle_config "cache_path vendor/cache-foo"
bundle :cache
expect(bundled_app("vendor/cache-foo/myrack-1.0.0.gem")).to exist
end