Update foodie gem and guide, removed aruba step extensions #38
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @radar,
Ive updated the foodie gem example to include the latest versions of most dependant gems, the most important update being aruba. The guide has been updated to reflect the change in the example gem code.
Aruba now includes step definitions for checking multi-line contents of a file, making the aruba step definition extensions obsolete (any one new to the guide would get a
Cucumber::Ambiguous match error
, like this guy: http://stackoverflow.com/questions/17767030/how-to-resolve-a-cucumberambiguous-match-error-while-testing-a-cli-in-aruba).I also updated a few
paths/to/file_names.ext
to use the inline code syntax ("`") instead of underscores, as it was making them render incorrectly. Rubygems source was also updated to source 'https://rubygems.org' (fixed deprecation warning).