Skip to content

Commit 444686c

Browse files
authored
Merge pull request #8 from pamil/naming-things
Improve naming
2 parents 62b0a27 + 00a85fd commit 444686c

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Performance Extension
2-
###### Next, the simplest Behat extension you've ever used!
1+
# Variadic Extension
32

4-
Adds a variadic support for Behat contexts
3+
Adds variadic arguments support to Behat steps definitions.
54

65
## Usage
76

@@ -20,4 +19,4 @@ Adds a variadic support for Behat contexts
2019
FriendsOfBehat\VariadicExtension: ~
2120
```
2221

23-
3. Boom! :boom: Your Behat contexts are able to use variadic!
22+
3. Boom! :boom: Your Behat contexts are able to use variadic arguments in steps definitions!

features/using_variadic_in_behat_context.feature renamed to features/using_variadic_arguments_in_behat_steps_definitions.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Feature: Using variadic in behat context
2-
In order to make behat contexts cleaner and more readable
3-
As a Behat developer
4-
I want to have a variadic support in Behat context
1+
Feature: Using variadic arguments in Behat steps definitions
2+
In order to make Behat steps definitions cleaner and more readable
3+
As a Behat User
4+
I want to use variadic arguments in these
55

66
Background:
77
Given a context file "features/bootstrap/FeatureContext.php" containing:

0 commit comments

Comments
 (0)