Skip to content

Commit

Permalink
Implemented scenario for creating new features from parked items.
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed May 29, 2010
1 parent c9fec16 commit 432d7d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions features/plain/lighthouse_integration.feature
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ Feature: Lighthouse integration
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
Then the feature form should be displayed

Scenario: We importing tickets we should be able to select all tickets for import
Given we have set up the lighthouse resource
Expand Down
4 changes: 4 additions & 0 deletions features/step_definitions/lighthouse_integration_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,8 @@

When /^we click on the first ticket$/ do
click_link @lighthouse_tickets.first.title
end

Then /^the feature form should be displayed$/ do
response.should have_selector :form
end

0 comments on commit 432d7d7

Please sign in to comment.