From a769ed1fb15f54046b236b8d9aab9dd18a23975a Mon Sep 17 00:00:00 2001 From: Gena Date: Tue, 26 Dec 2023 14:04:33 +0100 Subject: [PATCH] Experiment --- spec/filter_form_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/filter_form_spec.rb b/spec/filter_form_spec.rb index 0c18130..ffc15dd 100644 --- a/spec/filter_form_spec.rb +++ b/spec/filter_form_spec.rb @@ -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