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

aruba tests should use backticks #20

Open
robdodson opened this issue Nov 5, 2011 · 0 comments
Open

aruba tests should use backticks #20

robdodson opened this issue Nov 5, 2011 · 0 comments

Comments

@robdodson
Copy link

I found that whenever I tried running the cucumber/aruba tests that I got a warning informing me to use the backticks method instead of double quotes. I think test should look like this:

Scenario: Broccoli is gross
When I run foodie portray broccoli
Then the output should contain "Gross!"

Scenario: Tomato, or Tomato?
When I run foodie pluralize --word Tomato
Then the output should contain "Tomatoes"

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

No branches or pull requests

1 participant