-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Sauce Labs #99
Sauce Labs #99
Conversation
Much boilerplate 😲 |
@@ -35,7 +35,7 @@ test('resolves promise on 500 error', function() { | |||
}) | |||
}) | |||
|
|||
test('rejects promise for network error', function() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I C what you did there
@mislav any ideas for writing that one off ruby file in bash? I plan merge it into a single script. |
I usually do: ruby -e '
p STDIN.read.split("/")
' You can even pipe in/out of that construct. Multiline ruby script will work fine, but if you quote it with single quotes outside then inside you can only do double quotes. |
Heh, 6 months later: 07dc8ae |
No description provided.