Skip to content

Commit

Permalink
Added todo's
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jul 16, 2010
1 parent 27f3576 commit 331b9f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion features/enhanced/form_submission_via_ajax.feature
Expand Up @@ -111,7 +111,7 @@ Feature: Form submission via AJAX
When I am on the <page> page
And I <form action> the <item> form
Then there should be an AJAX request
And the for should be hidden
And the form should be hidden
And there should be a "view form" button

Examples:
Expand Down
1 change: 1 addition & 0 deletions features/plain/feature_files.feature
Expand Up @@ -50,6 +50,7 @@ Feature: We need a way to handle out feature files
And the feature should have stories
And these stores should have steps

# @TODO Could streamline
Scenario: When exporting a feature we want to make sure we get rid of the prefixes
Given we create a FeatureFile from a cucumber feature file
When a feature is valid
Expand Down
1 change: 1 addition & 0 deletions features/step_definitions/searching_steps.rb
Expand Up @@ -12,6 +12,7 @@
click_button 'Search'
end

# @TODO Refactor so that we actually check that each result starts or contains Given
Then /^all results should contain 'Given'$/ do
results = Step.find(:all, :conditions => ["title LIKE ?", "%Given%"])
response.should contain "Results (#{results.size.to_s})"
Expand Down

0 comments on commit 331b9f8

Please sign in to comment.