Skip to content

Commit

Permalink
Fix broken link in Book (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivnsch authored Dec 7, 2021
1 parent 56ebadc commit b783208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/Test_Modules_Organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can have all of your step definitions in one file, or in multiple files. Whe

Technically, it doesn't matter how you name your step definition files, or which step definitions you put in a file. You could have one giant file containing all your step definitions. However, as the project grows, the file becomes messy and hard to maintain. Instead, we recommend creating a separate `.rs` file for each domain concept.

If you follow this pattern, you also avoid the [Feature-coupled step definitions](https://cucumberio/docs/guides/anti-patterns/#feature-coupled-step-definitions) anti-pattern.
If you follow this pattern, you also avoid the [Feature-coupled step definitions](https://cucumber.io/docs/guides/anti-patterns/#feature-coupled-step-definitions) anti-pattern.

Of course, how you group your step definitions is really up to you and your team. They should be grouped in a way that is meaningful to _your_ project.

Expand Down

0 comments on commit b783208

Please sign in to comment.