Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialPatrick Beattie
6,064 PointsTesting the Whole App
I am at the before filters video. I ran the ruby -Itest function to check the statuses_controller_test.rb and I get this error
<blockquote> <p> 1) Failure: test_should_get_new(StatusesControllerTest) [test/functional/statuses_controller _test.rb:17]: Expected response to be a redirect to http://test.host/login but was a redirec t to http://test.host/users/sign_in
7 tests, 12 assertions, 1 failures, 0 errors, 0 skips </p> </blockquote>
Does anybody have any advice?
Thanks