Skip to content

Commit

Permalink
Added new step to get our refactored features to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jul 14, 2010
1 parent 5eef34c commit f28cfb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions features/step_definitions/form_steps.rb
Expand Up @@ -19,6 +19,10 @@
fill_feature_form
end

When /^I don't fill in the features "([^\"]*)"$/ do |opt|
fill_feature_form opt.to_sym => ''
end

When /^fill in the story form$/ do
When %{we fill in the story scenario with 'this is our stories scenario'}
end
Expand Down

0 comments on commit f28cfb6

Please sign in to comment.