clean-up .bundle directory in bundled_app

This commit is contained in:
Hiroshi SHIBATA 2020-05-13 22:05:45 +09:00
Родитель d4acf254e3
Коммит 35bbbc751d
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -30,8 +30,8 @@ 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", :ruby_repo do
before { FileUtils.rm_rf ".bundle" }
context "when the gem is not installed" do
before { FileUtils.rm_rf bundled_app(".bundle") }
it "does not evaluate the gemfile twice" do
bundle! :install