Skip to content

Commit

Permalink
Refactored to centralise our summary information steps for all models
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jul 16, 2010
1 parent 0837068 commit 22bf0d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions features/step_definitions/form_steps.rb
Expand Up @@ -40,4 +40,8 @@

When /^I fill in the ([^\"]*) form with duplicate data$/ do |model|
fill_in_form_with_duplicate_data model
end

Then /^the ([^\"]*) information should not be saved$/ do |model|
response.should have_selector :form
end
4 changes: 0 additions & 4 deletions features/step_definitions/projects_steps.rb
Expand Up @@ -426,10 +426,6 @@
end
end

Then /^the project information should not be saved$/ do
response.should have_selector :form
end

Then /^there should be no features to import$/ do
Feature.imports_found("#{RAILS_ROOT}").should be_nil
end
Expand Down

0 comments on commit 22bf0d4

Please sign in to comment.