mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-08-01 02:09:37 -04:00
The Photo model is no longer using Searchkick/Elasticsearch, so calling `Photo.reindex` causes a NoMethodError. This commit removes these calls from `spec/spec_helper.rb` and feature specs, and removes the unused `:reindex` trait from the photo factory call in `likeable_spec.rb`. Co-authored-by: CloCkWeRX <365751+CloCkWeRX@users.noreply.github.com>