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

Defines shellescape method #728

Merged

Conversation

charliemaffitt
Copy link
Contributor

Method allows newer versions of Ruby to use string.shellescape while not breaking in 1.8.6.

Attempting to solve the issue introduced in this comment:
#721 (comment)

Method allows newer versions of Ruby to use string.shellescape while not breaking in 1.8.6
@charliemaffitt
Copy link
Contributor Author

Closing because it's failing. Will fix and re-submit.

@dchelimsky
Copy link
Contributor

@charliemaffitt you don't have to close a pull request to re-submit. You can force push your branch and the pull request will pick it up. Feel free to reopen this and handle it that way.

@charliemaffitt
Copy link
Contributor Author

@dchelimsky I've re-opened it. Thanks for the tip.

@charliemaffitt
Copy link
Contributor Author

It passed when I re-opened it anyway.

@alindeman
Copy link
Contributor

Thank you @charliemaffitt!

alindeman added a commit that referenced this pull request Nov 18, 2012
@alindeman alindeman merged commit 6f99136 into rspec:master Nov 18, 2012
@fiddyspence
Copy link

Turns out this pull request breaks Ruby 1.8.7 too.....

@myronmarston
Copy link
Member

@fiddyspence -- what breakage are you seeing on 1.8.7?

@myronmarston
Copy link
Member

@fiddyspence -- Does d77527f fix the problem you were seeing?

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

6 participants