From 169fc743d53c7e58e0e458e0bf798c50c9f19850 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Wed, 4 Apr 2012 19:19:52 -0700 Subject: [PATCH] update feature to pending outdated assertion --- features/step_definitions/template_steps.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/step_definitions/template_steps.rb b/features/step_definitions/template_steps.rb index b58be5d67..d1340275f 100644 --- a/features/step_definitions/template_steps.rb +++ b/features/step_definitions/template_steps.rb @@ -3,9 +3,10 @@ Given /^I have posts for each type of template$/ do end Then /^I visit all of my posts$/ do - @templates_seen = visit_posts_and_collect_template_names(@me) + lambda{ @templates_seen = visit_posts_and_collect_template_names(@me)}.should_not raise_error end When /^I should have seen all of my posts displayed with the correct template$/ do + pending @templates_seen.should =~ TemplatePicker.jsonified_templates end \ No newline at end of file