From da95df5ab3a42465461a1e42d1d9ed27384b51fe Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Thu, 15 May 2014 15:41:01 +1000 Subject: [PATCH] patching one dud spec --- 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 2994f27852..7a7bf333a3 100644 --- a/spec/features/consumer/producers_spec.rb +++ b/spec/features/consumer/producers_spec.rb @@ -15,6 +15,6 @@ 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.taxons.join(' ') + page.should have_content producer.supplied_taxons.join(', ') end end