Skip to content

Commit

Permalink
Try an debug this further
Browse files Browse the repository at this point in the history
  • Loading branch information
kronn committed Nov 8, 2024
1 parent 81bdf59 commit 78e1016
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/domain/search_strategies/person_search_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
describe "#search_fulltext" do
let(:user) { people(:admin) }

it 'has assumptions' do
result = Person.connection.execute("SELECT search_column FROM people LIMIT 1")
expect(result).to be_any
end

it "finds accessible person by role-label" do
search_term = 'Admingott'

Expand Down

0 comments on commit 78e1016

Please sign in to comment.