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!
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 trial

Brian Han
Courses Plus Student 3,959 Points(Need Help) Getting Different Test Results for [Testing the Whole App/Integration Tests]
Hello,
Just finished following along with the first video in: Build a Simple RoR App/ Testing the Whole App/ Integrations Tests
When I run the -Itest code in terminal to run the tests I'm getting the following results:
**3 tests**, **0 assertions**, 0 failures, **3 errors**, 0 skips
However, the Jason Seifer got different results:
**3 tests**, **4 assertions**, 0 failures, **0 errors**, 0 skips
Can anyone tell me why my results are different from the video? The login, logout and register routes seem to work properly when I use the treebook app...
I have my changes committed to my github repo, and I also have a zip file of my treebook app for anyone who to get more details about the results.
Treebook .Zip File for Download
Thank you so much! I appreciate your time and help!
1 Answer

Jason Seifer
Treehouse Guest TeacherHey Brian Han try changing the tabs in test/fixtures/users.yml and give it another shot. There are some other problems but that should get you on the right track.