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

Introduced rake wrapper method. #39

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

youngbrioche
Copy link
Contributor

Before hard coded "rake"s within shell strings did not safely execute within the current bundle's context.

Otherwise a hard coded "rake" within shell strings would not safely
execute within the current bundle's context.
@dukex
Copy link

dukex commented Jan 16, 2012

Nice!
I have some problems with bundle and rake on production server.

You missing the tests?

@youngbrioche
Copy link
Contributor Author

I would, mate! Unfortunately all tests on current master are failing for me when running rake spec with:

Failure/Error: Unable to find matching line from backtrace
     undefined method `run_all' for []:Array

Am I doing something wrong?

Update: Tests don't run on 1.9.3, looks like an rspec related bug.

@youngbrioche
Copy link
Contributor Author

I fixed the tests to respect rake_cmd.

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