Closed justinddaniel closed 6 years ago
Thanks for reporting this issue. We're now aware of it and are tracking it in
notify you when it is resolved.
We're closing this issue but invite you to follow progress at that URL.
-- Flatiron Curriculum Team
Test: it 'does not let user view login page if already logged in' do user = User.create(:username => "becky567", :email => "starz@aol.com", :password => "kittens")
end
Student code clearly behaves properly in browser: location '/tweets' test returns nil for location. It appears new users are still not being persisted and logged in by the test.