Browse Source

rubocop

pull/673/head
JG 3 years ago
parent
commit
186fc536c2
  1. 1
      spec/components/search_result_caption_component_spec.rb

1
spec/components/search_result_caption_component_spec.rb

@ -16,6 +16,7 @@ RSpec.describe SearchResultCaptionComponent, type: :component do
context "when no search results are found" do
let(:searched) { nil }
it "all of the nav tabs specified in the items hash are passed to it" do
result = render_inline(described_class.new(searched:, count:, item_label:, total_count:, item:, path:))

Loading…
Cancel
Save