We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c7bd0 commit 8c47a49Copy full SHA for 8c47a49
spec/requests/better_together/wizard_completion_spec.rb
@@ -9,7 +9,7 @@
9
wizard.mark_completed
10
end
11
12
- it 'redirects to the success path with notice preserved' do
+ it 'redirects to the success path with notice preserved' do # rubocop:disable RSpec/MultipleExpectations
13
get better_together.setup_wizard_path(locale: I18n.locale)
14
expect(response).to redirect_to(wizard.success_path)
15
0 commit comments