rubygems / bundler

Manage your Ruby application's gem dependencies
https://bundler.io
MIT License
4.88k stars 1.99k forks source link

Don't create `test_dir` folder in repo root #7673

Closed deivid-rodriguez closed 4 years ago

deivid-rodriguez commented 4 years ago

What was the end-user or developer problem that led to this PR?

Running bin/rspec spec/bundler/shared_helpers_spec.rb leaves an empty test_dir folder at the root of the repo.

What is your fix for the problem, implemented in this PR?

Create the empty test_dir folder under tmp/.