1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

skip lockfile_spec.rb:33 because it cleanup the .bundle repo

This commit is contained in:
Hiroshi SHIBATA 2020-05-09 09:49:03 +09:00
parent fcb5a9ee46
commit ea517cfe23
Notes: git 2020-05-13 07:55:14 +09:00

View file

@ -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