Skip to content

Commit 00ab861

Browse files
committed
disabled RSpec/ExampleLength: in spec
1 parent 974166f commit 00ab861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/search_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def generate_test_object
3535
expect(page).to have_content('The Early Arrivals Records Search (EARS)')
3636
end
3737

38-
scenario 'empty search shows all results' do
38+
scenario 'empty search shows all results' do # rubocop:disable RSpec/ExampleLength
3939
visit '/'
4040
click_button 'Search'
4141
expect(page).to satisfy do |current_page|

0 commit comments

Comments
 (0)