Skip to content

Commit

Permalink
Fixed lexing errors in cucumber features
Browse files Browse the repository at this point in the history
  • Loading branch information
arax committed Dec 14, 2012
1 parent 6525684 commit 0c15d99
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion features/occi/core/create/create.feature
Expand Up @@ -9,7 +9,7 @@ Feature:
And transfer_protocol : <protocol>
And accept type : <accept_type>
And have an initialize Client
When
When the Client makes a create request
Then the Client should have the response code <response_code>

Scenarios:
Expand Down
4 changes: 2 additions & 2 deletions features/occi/core/delete/delete.feature
Expand Up @@ -6,9 +6,9 @@ Feature:
And transfer_protocol : <protocol>
And accept type : <accept_type>
And have an initialize Client
When
When the Client makes a delete request
Then the Client should have the response code <response_code>

Scenarios:
| protocol | endpoint | accept_type | response_code |
| http | http://141.5.99.69/ | text/plain | 201 |
| http | http://141.5.99.69/ | text/plain | 201 |
4 changes: 2 additions & 2 deletions features/occi/core/miscellaneous/miscellaneous.feature
Expand Up @@ -6,9 +6,9 @@ Feature:
And transfer_protocol : <protocol>
And accept type : <accept_type>
And have an initialize Client
When
When the Client makes a miscellaneous request
Then the Client should have the response code <response_code>

Scenarios:
| protocol | endpoint | accept_type | response_code |
| http | http://141.5.99.69/ | text/plain | 201 |
| http | http://141.5.99.69/ | text/plain | 201 |
4 changes: 2 additions & 2 deletions features/occi/core/read/read.feature
Expand Up @@ -6,9 +6,9 @@ Feature:
And transfer_protocol : <protocol>
And accept type : <accept_type>
And have an initialize Client
When
When the Client makes a read request
Then the Client should have the response code <response_code>

Scenarios:
| protocol | endpoint | accept_type | response_code |
| http | http://141.5.99.69/ | text/plain | 201 |
| http | http://141.5.99.69/ | text/plain | 201 |
4 changes: 2 additions & 2 deletions features/occi/core/update/update.feature
Expand Up @@ -6,9 +6,9 @@ Feature:
And transfer_protocol : <protocol>
And accept type : <accept_type>
And have an initialize Client
When
When the Client makes an update request
Then the Client should have the response code <response_code>

Scenarios:
| protocol | endpoint | accept_type | response_code |
| http | http://141.5.99.69/ | text/plain | 201 |
| http | http://141.5.99.69/ | text/plain | 201 |
4 changes: 2 additions & 2 deletions features/occi/infrastructure/create/create.feature
Expand Up @@ -6,9 +6,9 @@ Feature:
And transfer_protocol : <protocol>
And accept type : <accept_type>
And have an initialize Client
When
When the Client makes a create request
Then the Client should have the response code <response_code>

Scenarios:
| protocol | endpoint | accept_type | response_code |
| http | http://141.5.99.69/ | text/plain | 201 |
| http | http://141.5.99.69/ | text/plain | 201 |

0 comments on commit 0c15d99

Please sign in to comment.