Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Cain committed Aug 9, 2023
1 parent a9a9b17 commit 0d77fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/routing/user_routing_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
describe 'Logging out' do
describe 'GET /logout' do
subject { get('/logout') }
it { should route_to({ controller: 'sessions', action: 'destroy' }) }
it { should route_to({ controller: 'devise/sessions', action: 'destroy' }) }
end
end
end

0 comments on commit 0d77fd2

Please sign in to comment.