learn-co-curriculum / sinatra-fwitter-group-project

Other
2 stars 318 forks source link

Test in wrong section #74

Closed IgoVeyner closed 3 years ago

IgoVeyner commented 4 years ago

inside application_controller_spec.rb from line 130 to line 141, it logs a user in and checks to see if the correct path was taken after the redirect.

This whole section is located in the "Logout" section. This has nothing to do with logging a user out at all, and probably was intended on being in the "Login" section.