From 39a5167c20e82f41b32de1814227a4fec42428d6 Mon Sep 17 00:00:00 2001 From: Joe Sak Date: Tue, 21 Jun 2011 23:09:18 -0500 Subject: tag url strategy updated --- features/support/step_definitions/tags_steps.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/support/step_definitions') diff --git a/features/support/step_definitions/tags_steps.rb b/features/support/step_definitions/tags_steps.rb index 5d4dced..a99b5d6 100644 --- a/features/support/step_definitions/tags_steps.rb +++ b/features/support/step_definitions/tags_steps.rb @@ -3,7 +3,7 @@ Given /^there is a blog post titled "([^"]*)" and tagged "([^"]*)"$/ do |title, end When /^I visit the tagged posts page for "([^"]*)"$/ do |tag_name| - visit tagged_posts_path(tag_name.parameterize) + visit tagged_posts_path(tag.id, tag_name.parameterize) end Then /^the blog post should have the tags "([^"]*)"$/ do |tag_list| -- cgit v1.2.3