Skip to content

Commit 0d77fd2

Browse files
author
Michael Cain
committed
fix broken test
1 parent a9a9b17 commit 0d77fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/routing/user_routing_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
describe 'Logging out' do
3737
describe 'GET /logout' do
3838
subject { get('/logout') }
39-
it { should route_to({ controller: 'sessions', action: 'destroy' }) }
39+
it { should route_to({ controller: 'devise/sessions', action: 'destroy' }) }
4040
end
4141
end
4242
end

0 commit comments

Comments
 (0)