Skip to content

Commit 8b5e957

Browse files
committed
Rubocop fixes
1 parent d596b41 commit 8b5e957

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/requests/better_together/navigation_items_controller_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@
6060

6161
it 'shows the item' do
6262
get better_together.navigation_area_navigation_item_path(locale:, navigation_area_id: navigation_area.slug,
63-
# rubocop:todo Layout/LineLength
6463
id: item.slug)
65-
# rubocop:enable Layout/LineLength
6664
expect(response).to have_http_status(:ok)
6765
end
6866

0 commit comments

Comments
 (0)