rspec / rspec-core

RSpec runner and formatters
http://rspec.info
MIT License
1.23k stars 765 forks source link

Tweaks to prevent flakeyness with local builds #2898

Closed JonRowe closed 3 years ago

JonRowe commented 3 years ago

Debugging some stuff locally I was frustrated that my setup (rvm) inserts extra backtrace lines from bundler as its in a non standard location on 3.0.0 for some reason, manually filtering bundler solves it and I see no reason why we shouldn't do this.