make custom field spec check whether GroupBy.all includes CustomFields

git-svn-id: https://dev.finn.de/svn/cockpit/branches/deployment_merge@2089 7926756e-e54e-46e6-9721-ed318f58905e
pull/6827/head
j.wollert 14 years ago
parent b53bb65901
commit bcc97e1bf3
  1. 2
      spec/models/cost_query/group_by_spec.rb

@ -219,7 +219,7 @@ describe CostQuery do
end
it "includes custom fields classes in GroupBy.all" do
CostQuery::GroupBy::CustomField.all.
CostQuery::GroupBy.all.
should include(CostQuery::GroupBy::CustomFieldSearchableField)
end

Loading…
Cancel
Save