Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Fixing a step
Browse files Browse the repository at this point in the history
  • Loading branch information
jkamenik committed Jul 18, 2011
1 parent ce1e2d1 commit 5267d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/step_definitions/entries_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
end

Then /^there should be no entries$/ do
# only 1 header row should exist
tableish(selector_for("food table row"),'td,th').size.should == 1
# only 1 header row and 1 form row should exist
tableish(selector_for("food table row"),'td,th').size.should == 2
end

0 comments on commit 5267d17

Please sign in to comment.