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