summaryrefslogtreecommitdiff
path: root/spec/bundler
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-09 09:49:03 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-13 07:54:37 +0900
commitea517cfe23fece12345d76be8f05abad7d5a46fe (patch)
treee9f9ebe9dc87430a818b487f884b90debb59978f /spec/bundler
parentfcb5a9ee46e75cef38ee79c7307dadfae7a8b865 (diff)
skip lockfile_spec.rb:33 because it cleanup the .bundle repo
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3086
Diffstat (limited to 'spec/bundler')
-rw-r--r--spec/bundler/install/gemfile/lockfile_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/install/gemfile/lockfile_spec.rb b/spec/bundler/install/gemfile/lockfile_spec.rb
index b9545b91c2..d656bf563f 100644
--- a/spec/bundler/install/gemfile/lockfile_spec.rb
+++ b/spec/bundler/install/gemfile/lockfile_spec.rb
@@ -30,7 +30,7 @@ RSpec.describe "bundle install with a lockfile present" do
expect(bundled_app("evals").read.lines.to_a.size).to eq(2)
end
- context "when the gem is not installed" do
+ context "when the gem is not installed", :ruby_repo do
before { FileUtils.rm_rf ".bundle" }
it "does not evaluate the gemfile twice" do