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

ruby Tools: add details about cucumber-rails #194

Merged
merged 1 commit into from
Jun 15, 2018
Merged

Conversation

olleolleolle
Copy link
Contributor

Copy link
Contributor

@luke-hill luke-hill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems simple enough. Offered some changes that you may want to do.

#### Installing

The `cucumber:install` generator sets up Cucumber in your Rails project. It
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cucumber:install command

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, it's called a Rails Generator, is it not? https://github.com/cucumber/cucumber-rails#installation

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Meh oki. I always think of generators as the rails ones to generate apps. Leave this as is then :)

The `cucumber:install` generator sets up Cucumber in your Rails project. It
generates the necessary files in the `features/` directory. After
running this generator you will also get a new rake task called `cucumber`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

running this command you will generate a new rake task called cucumber

@olleolleolle olleolleolle merged commit dd4f37e into master Jun 15, 2018
@olleolleolle olleolleolle deleted the see-issue-34 branch June 15, 2018 13:17
@mlvandijk
Copy link
Member

Thanks for the quick collaboration @olleolleolle and @luke-hill :)

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

Successfully merging this pull request may close these issues.

PR cucumber/cucumber#234 : Gitbook link and article on cucumber-rails
3 participants