Commit f957289e7c082c4dbfc496fa2b35ab10bff97477
1 parent
232d7aaf
Exists in
master
and in
19 other branches
Fixed inheritance tests
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/test_helper.rb
... | ... | @@ -496,7 +496,7 @@ end |
496 | 496 | |
497 | 497 | class Animal |
498 | 498 | searchkick \ |
499 | - inheritance: !elasticsearch_below60?, | |
499 | + inheritance: true, | |
500 | 500 | text_start: [:name], |
501 | 501 | suggest: [:name], |
502 | 502 | index_name: -> { "#{name.tableize}-#{Date.today.year}#{Searchkick.index_suffix}" }, | ... | ... |