File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Frequently Asked Questions
2
2
3
- #### The world instance isn' t available in my hooks or step definitions.
3
+ #### The world instance isn’ t available in my hooks or step definitions.
4
4
5
5
This has frequently been caused by the use of ES6 arrow functions.
6
6
You cannot use ES6 arrow functions for step definitions or hooks because they bind ` this `
@@ -10,4 +10,4 @@ to the current context which prevents the world instance from being injected.
10
10
11
11
To encourage a ubiquitous, non-ambiguous domain language.
12
12
Using the same language to mean different things is basically the definition of ambiguous.
13
- If you have similar ` Given ` and ` Then ` patterns, try adding the work " should" to your ` Then ` pattern
13
+ If you have similar ` Given ` and ` Then ` patterns, try adding the word “ should” to ` Then ` patterns.
You can’t perform that action at this time.
0 commit comments