Skip to content

Commit

Permalink
More refactoring as the way we understanding the API has matured.
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed May 13, 2010
1 parent 9e383a1 commit 9967b0f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions features/plain/lighthouse_integration.feature
Expand Up @@ -11,14 +11,12 @@ Feature: Lighthouse integration
Scenario: We want to be able to get a list of tickets using the give tag
Given we are using the account name "baphled"
And we have an the project number "50164"
When we make a ticket request to lighthouse
And receive a list of features
And each of the features should be using the given tag
When we specify the ticket type "state:open tagged:feature"
Then each of the features should be using the "feature" tag
And each feature should be listed on the parking

Scenario: We should be able to import all found tickets into the parking area.
Given we are using the account name "baphled"
And we have an the project number "50164"
And we specify the ticket type "state:open tagged:feature"
When we receive a list of tickets
Then the list should be displayed
And it should be possible to select which tickets should be saved in the parking section

0 comments on commit 9967b0f

Please sign in to comment.