Skip to content

Commit

Permalink
Added step to get scenario passing
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jun 29, 2010
1 parent c2324ff commit 4a2640f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions features/step_definitions/feature_import_steps.rb
Expand Up @@ -71,3 +71,7 @@
error.should contain "Feature already exists in #{RAILS_ROOT}/spec/fixtures/features/duplicates/sample_one.feature"
end
end

Then /^I should not see a import all link$/ do
response.should_not have_selector :a, attribute = {:href => "/projects/#{@project.id}/import_all"}
end

0 comments on commit 4a2640f

Please sign in to comment.