fuzzily
fuzzily copied to clipboard
suggested way to mock out trigram creation in rspec?
allow_any_instance_of(User).to receive(:update_fuzzy_full_name!)
seems to not work in what is a pretty typical spec configration