From 9f5f319edb5af3aef65eeabf972ae550f46e84d5 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Fri, 11 Jul 2014 17:55:06 +1000 Subject: [PATCH] Further patching regression --- spec/features/consumer/producers_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/consumer/producers_spec.rb b/spec/features/consumer/producers_spec.rb index 7748eb22e7..98bef7f084 100644 --- a/spec/features/consumer/producers_spec.rb +++ b/spec/features/consumer/producers_spec.rb @@ -18,7 +18,7 @@ feature %q{ it "shows all producers with expandable details" do page.should have_content producer.name expand_active_table_node producer.name - page.should have_content producer.supplied_taxons.first.name + page.should have_content producer.supplied_taxons.first.name.split.map(&:capitalize).join(' ') end it "doesn't show invisible producers" do