Skip to content

Commit

Permalink
Get BDD tests all passing
Browse files Browse the repository at this point in the history
  • Loading branch information
zombor committed Jan 20, 2011
1 parent 9b2065f commit 062fca8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/features/vendo/steps/userSteps.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
$steps->And('I fill in "user[last_name]" with "bar"', $world);
$steps->And('I fill in "user[password]" with "test"', $world);
$steps->And('I fill in "user[repeat_password]" with "test"', $world);
$steps->And('I check "user[role_id][]"', $world);
});

$steps->Given('/^I log in$/', function($world) use($steps) {
Expand Down

0 comments on commit 062fca8

Please sign in to comment.