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:
parent
fcb5a9ee46
commit
ea517cfe23
Notes:
git
2020-05-13 07:55:14 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue