Skip to content

Commit 10d44f0

Browse files
committed
Rubocop fixes
1 parent 0e1d92a commit 10d44f0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

spec/routing/better_together/person_platform_integrations_routing_spec.rb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,13 @@
1818

1919
# rubocop:todo RSpec/RepeatedExample
2020
it 'routes to #show' do # rubocop:todo RSpec/NoExpectationExample, RSpec/RepeatedExample
21-
# rubocop:todo Layout/LineLength
2221
# expect(get: '/better_together/authorizations/1').to route_to('better_together/authorizations#show', id: '1')
23-
# rubocop:enable Layout/LineLength
2422
end
2523
# rubocop:enable RSpec/RepeatedExample
2624

2725
# rubocop:todo RSpec/RepeatedExample
2826
it 'routes to #edit' do # rubocop:todo RSpec/NoExpectationExample, RSpec/RepeatedExample
29-
# rubocop:todo Layout/LineLength
3027
# expect(get: '/better_together/authorizations/1/edit').toroute_to('better_together/authorizations#edit', id: '1')
31-
# rubocop:enable Layout/LineLength
3228
end
3329
# rubocop:enable RSpec/RepeatedExample
3430

@@ -40,25 +36,19 @@
4036

4137
# rubocop:todo RSpec/RepeatedExample
4238
it 'routes to #update via PUT' do # rubocop:todo RSpec/NoExpectationExample, RSpec/RepeatedExample
43-
# rubocop:todo Layout/LineLength
4439
# expect(put: '/better_together/authorizations/1').to route_to('better_together/authorizations#update', id: '1')
45-
# rubocop:enable Layout/LineLength
4640
end
4741
# rubocop:enable RSpec/RepeatedExample
4842

4943
# rubocop:todo RSpec/RepeatedExample
5044
it 'routes to #update via PATCH' do # rubocop:todo RSpec/NoExpectationExample, RSpec/RepeatedExample
51-
# rubocop:todo Layout/LineLength
5245
# expect(patch: '/better_together/authorizations/1').to route_to('better_together/authorizations#update', id: '1')
53-
# rubocop:enable Layout/LineLength
5446
end
5547
# rubocop:enable RSpec/RepeatedExample
5648

5749
# rubocop:todo RSpec/RepeatedExample
5850
it 'routes to #destroy' do # rubocop:todo RSpec/NoExpectationExample, RSpec/RepeatedExample
59-
# rubocop:todo Layout/LineLength
6051
# expect(delete: '/better_together/authorizations/1').toroute_to('better_together/authorizations#destroy',id: '1')
61-
# rubocop:enable Layout/LineLength
6252
end
6353
# rubocop:enable RSpec/RepeatedExample
6454
end

0 commit comments

Comments
 (0)