Skip to content

Commit

Permalink
Added step to help us implement tickets title property.
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed May 24, 2010
1 parent f3b532e commit 44f328b
Showing 1 changed file with 4 additions and 0 deletions.
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 @@ -95,4 +95,8 @@

Then /^the ticket search form should not be visible\.$/ do
response.should_not have_selector :form, attribute = {:action => tickets_parking_path}
end

Then /^the saved tickets should have a title$/ do
LightHouse.first.title.should_not be_empty
end

0 comments on commit 44f328b

Please sign in to comment.