patching one dud spec

This commit is contained in:
Will Marshall
2014-05-15 15:41:01 +10:00
parent c0ba560fa6
commit da95df5ab3

View File

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