Skip to content

Commit

Permalink
Refactored to make testing easier.
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed May 29, 2010
1 parent 7cf504e commit 02c4d50
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions features/plain/lighthouse_integration.feature
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,13 @@ Feature: Lighthouse integration
Then the saved tickets should have a title

Scenario: We should be able to select a parked ticket and convert in into a feature
Given we have set up the lighthouse resource
And there are no tickets parked
And I visit the parking page
When I select "baphled" from "resource_id"
And I fill in "parking_tag" with "feature"
And submit the form
And I check "lighthouse[ticket_id][]"
And I press "Park"
When we click on the first ticket
Then the feature form should be populated with the ticket information
Given we are using the account name "baphled"
And we have an the project number "50164"
And there are are tickets
When I visit the parking page
And we click on the first ticket
Then the faeture form should be displayed
And the feature title should not be empty

Scenario: We importing tickets we should be able to select all tickets for import
Given we have set up the lighthouse resource
Expand Down

0 comments on commit 02c4d50

Please sign in to comment.