Skip to content

Commit

Permalink
Building the search-column in helper in the core helped
Browse files Browse the repository at this point in the history
  • Loading branch information
kronn committed Nov 8, 2024
1 parent 6eb7b7f commit 10d5a4b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spec/domain/search_strategies/person_search_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@
describe "#search_fulltext" do
let(:user) { people(:admin) }

it 'has assumptions' do
ActiveRecord::Migration.verbose = false
SearchColumnBuilder.new.run
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 10d5a4b

Please sign in to comment.