-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update for Bob #184
Update for Bob #184
Conversation
exercises/bob/bob_test.sh
Outdated
@@ -1,23 +1,23 @@ | |||
#!/usr/bin/env bats | |||
|
|||
@test "stating something." { | |||
#skip | |||
##skip |
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.
Extra #
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.
yep I forgot to to :%s/#skip/skip/g
in vim. thanks @budmc29
exercises/bob/bob_test.sh
Outdated
run bash bob.sh "Tom-ay-to, tom-aaaah-to." | ||
|
||
[ "$status" -eq 0 ] | ||
[ "$output" = "Whatever." ] | ||
} | ||
|
||
@test "shouting" { | ||
skip | ||
#skip |
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.
All tests except the first one should be commented
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.
Do you mean only the first test should be commented?
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.
Yes.
Besides the miner issues with the comments this looks good to go. |
exercises/bob/bob_test.sh
Outdated
@@ -212,7 +196,7 @@ | |||
# This is commented out because it behaves differently on linux and mac |
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 think it's better to remove this test altogether, but it's your call.
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'll remove it. Thanks for the feedback.
|
Thank you for the PR. |
After finally getting my local repo okay again
canonical-data
- sort of1.2.0
if
in the originalexample.sh
to get it to pass the forceful question test.if
to imitate the style found inexample.sh
.closes #178
Reviewer Resources:
Track Policies