diff --git a/spec/features/show_page_spec.rb b/spec/features/show_page_spec.rb index 3299946a..dabd018a 100644 --- a/spec/features/show_page_spec.rb +++ b/spec/features/show_page_spec.rb @@ -56,7 +56,6 @@ expect(page).to have_content('GeoTIFF (Geo-referenced RGB)') expect(page).to have_content('GeoTIFF (Geo-referenced CIR)') expect(page).to have_content('JPG (Oblique photos)') - end end # rubocop:enable RSpec/ExampleLength, RSpec/MultipleExpectations