Skip to content

Commit 8c47a49

Browse files
committed
Rubocop fixes
1 parent 11c7bd0 commit 8c47a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/requests/better_together/wizard_completion_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
wizard.mark_completed
1010
end
1111

12-
it 'redirects to the success path with notice preserved' do
12+
it 'redirects to the success path with notice preserved' do # rubocop:disable RSpec/MultipleExpectations
1313
get better_together.setup_wizard_path(locale: I18n.locale)
1414
expect(response).to redirect_to(wizard.success_path)
1515

0 commit comments

Comments
 (0)