Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 6, 2015
Merged

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

merged 1 commit into from
Dec 6, 2015

Conversation

andrehjr
Copy link
Contributor

@andrehjr andrehjr commented Dec 6, 2015

[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)>'

No more need to execute `bundle exec` as bundler will be already
loaded it.
petems added a commit that referenced this pull request Dec 6, 2015
Add Bundler.require(:development) for default rake tasks
@petems petems merged commit 7e3ec10 into petems:master Dec 6, 2015
@petems
Copy link
Owner

petems commented Dec 6, 2015

@andrehjr Thank you for your contribution! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants