Further patching regression

This commit is contained in:
Will Marshall
2014-07-11 17:55:06 +10:00
parent a73bc2405d
commit 9f5f319edb

View File

@@ -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