Commit 20688456a0716f65336fb2d0f38209a8fa181591

Authored by Rodrigo Souto
1 parent 09bb0ac2

solr: fix attribute name on step definition

plugins/solr/features/step_definitions/solr_steps.rb
... ... @@ -13,6 +13,6 @@ Given /^the following categories as facets$/ do |table|
13 13 ids << cat.id
14 14 end
15 15 env = Environment.default
16   - env.top_level_category_as_facet_ids = ids
  16 + env.solr_plugin_top_level_category_as_facet_ids = ids
17 17 env.save!
18 18 end
... ...