Skip to content

Commit

Permalink
Experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
workgena committed Dec 26, 2023
1 parent c1a4985 commit a769ed1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/filter_form_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
end

it 'should filter records properly' do
puts @first_author.inspect
puts @second_author.inspect
expect(page).to have_text(@first_author.name)
expect(page).not_to have_text(@second_author.name)
end
Expand Down

0 comments on commit a769ed1

Please sign in to comment.