petems / tugboat

A command line tool for interacting with your DigitalOcean droplets.
MIT License
1.45k stars 89 forks source link

Add Bundler.require(:development) for default rake tasks #227

Closed andrehjr closed 8 years ago

andrehjr commented 8 years ago

[Minor issue]

No more need to execute bundle exec as bundler will be already loaded it.

Also fix the following error if someone tried to call rake spec directly, because code would exec that you'd call 'bundle exec'.

➜  tugboat git:(master) ✗ rake spec
rake aborted!
LoadError: cannot load such file -- cucumber/rake/task
/Users/andrehjr/work/tugboat/Rakefile:6:in `<top (required)>'
petems commented 8 years ago

@andrehjr Thank you for your contribution! :+1: