Skip to content

Commit

Permalink
Added step for displaying tickets on the parking page.
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed May 13, 2010
1 parent 5988572 commit 5fc6e8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions features/step_definitions/lighthouse_integration_steps.rb
Expand Up @@ -16,4 +16,8 @@

Then /^each of the features should be using the "([^\"]*)" tag$/ do |tag|
@lighthouse_tickets.each {|ticket| ticket.tag.should contain 'feature'}
end

Then /^each feature should be listed on the parking$/ do
@lighthouse_tickets.each {|ticket| response.should contain ticket.title }
end

0 comments on commit 5fc6e8a

Please sign in to comment.