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

Make use of hooks clearer in project #4

Merged
merged 1 commit into from
May 13, 2016

Conversation

Cruikshanks
Copy link
Member

Cucumber has the concept of hooks. These are a way of running code before, after, or around a feature, or even before and after an individual step. We use an after_step hook to enable the pause functionality to work.

This change makes the use of hooks clearer in general by creating a folder called hooks, and moving the after_step hook for pausing between steps to a separate file within the folder.

Cucumber has the concept of hooks. These are a way of running code before, after, or around a feature, or even before and after an individual step. We use an `after_step` hook to enable the pause functionality to work.

This change makes the use of hooks clearer in general by creating a folder called `hooks`, and moving the `after_step` hook for pausing between steps to a separate file within the folder.
@Cruikshanks Cruikshanks self-assigned this May 13, 2016
@Cruikshanks Cruikshanks added the enhancement New feature or request label May 13, 2016
@Cruikshanks Cruikshanks merged commit 8563084 into master May 13, 2016
@Cruikshanks Cruikshanks deleted the feature/make-use-of-hooks-more-visible branch May 13, 2016 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant