Skip to content

Commit

Permalink
Fix scenarios description
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Jul 27, 2016
1 parent ed49918 commit 701552b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions features/importing_files.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Feature: Importing files
In order to declare own services inside Behat container without writing an extension
In order to declare own services and parameters inside Behat container without writing an extension
As a Behat User
I need to import service definitions and parameters from files

Expand Down Expand Up @@ -50,7 +50,7 @@ Feature: Importing files
"""


Scenario: Importing a service from a Yaml file
Scenario: Importing a parameter from a Yaml file
Given a Behat configuration containing:
"""
default:
Expand All @@ -72,7 +72,7 @@ Feature: Importing files
When I run Behat
Then it should pass

Scenario: Importing a service from a XML file
Scenario: Importing a parameter from a XML file
Given a Behat configuration containing:
"""
default:
Expand All @@ -97,7 +97,7 @@ Feature: Importing files
When I run Behat
Then it should pass

Scenario: Importing a service from a PHP file
Scenario: Importing a parameter from a PHP file
Given a Behat configuration containing:
"""
default:
Expand Down

0 comments on commit 701552b

Please sign in to comment.