Update foodie gem and guide, removed aruba step extensions#38
Merged
radar merged 2 commits intoradar:masterfrom Nov 4, 2013
Merged
Update foodie gem and guide, removed aruba step extensions#38radar merged 2 commits intoradar:masterfrom
radar merged 2 commits intoradar:masterfrom
Conversation
Also removed the aruba step difinition extentions, as that step is now included within aruba!
* Aruba now contains step definitions for reading the text file Other changes: * Because my editor removes whitespace, there is a few cleanup changes * Changed the markdown syntax on some /path/to/text_file.txt, as some were breaking because of the inclusion of an underscore
Contributor
Author
|
@radar Also sorry there is a few whitespace changes, as my editor automatically strips trailing whitespace (keeping inline with community standards) etc |
Contributor
Author
Owner
|
Looks fine to me. Thanks @charlespeach! |
radar
added a commit
that referenced
this pull request
Nov 4, 2013
Update foodie gem and guide, removed aruba step extensions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.extto 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).