summaryrefslogtreecommitdiff
path: root/spec/cache/cache_path_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/cache/cache_path_spec.rb')
-rw-r--r--spec/cache/cache_path_spec.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/cache/cache_path_spec.rb b/spec/cache/cache_path_spec.rb
index ec6d6e312a..df7c0bd031 100644
--- a/spec/cache/cache_path_spec.rb
+++ b/spec/cache/cache_path_spec.rb
@@ -23,12 +23,4 @@ RSpec.describe "bundle package" do
expect(bundled_app("vendor/cache-foo/rack-1.0.0.gem")).to exist
end
end
-
- context "when given an absolute path" do
- it "exits with non-zero status" do
- bundle :package, "cache-path" => "/tmp/cache-foo"
- expect(out).to match(/must be relative/)
- expect(exitstatus).to eq(15) if exitstatus
- end
- end
end