Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
bbpennel committed Oct 29, 2024
1 parent cbbadec commit f84c933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/search_results_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
expect(page).to have_content(SLEEPY_HOLLOW[:title_tesim][0])
expect(page).to have_content(MYSTERIOUS_AFFAIR[:title_tesim][0])
expect(page).to have_content(TIME_MACHINE[:title_tesim][0])
expect(page).to have_content("Actual Abstract and another abstract")
expect(page).to have_content('Actual Abstract and another abstract')
end
end

0 comments on commit f84c933

Please sign in to comment.