Commit 20688456a0716f65336fb2d0f38209a8fa181591
1 parent
09bb0ac2
Exists in
master
and in
29 other branches
solr: fix attribute name on step definition
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/solr/features/step_definitions/solr_steps.rb
@@ -13,6 +13,6 @@ Given /^the following categories as facets$/ do |table| | @@ -13,6 +13,6 @@ Given /^the following categories as facets$/ do |table| | ||
13 | ids << cat.id | 13 | ids << cat.id |
14 | end | 14 | end |
15 | env = Environment.default | 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 | env.save! | 17 | env.save! |
18 | end | 18 | end |