github.com

Gave a shot to the new Bundler 1.4.0RC1 during the weekend and found out it now supports gem installation...

Add to the end your .bash_profile export PATH="./vendor/bundle/bin:$PATH" Also add alias bi="bundle install --path vendor/bundle --binstubs...

github.com

Go to lib folder and use bundler to generate main files for a gem: $ bundle gem test_gem create test...

Best results in other decks

I find it annoying to iterate on a spec that relies on a recorded VCR casette. You constantly have to...

In some projects we have issues with flaky tests. The best default is to fix them all. But in some...

Search in all decks