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 trialRobert Cekay
12,460 PointsBIN/RSPEC not found
when I try to run my tests in the user authentication videos i get bin/rspec: no such file or directory
4 Answers
Unsubscribed User
30 PointsI haven't tackled that track yet, but I made a lot of problems for myself with rspec in the todo list track because I was using rails 4.1 and installed the latest build of rspec - might be completely unrelated, but if it helps …
Here's what I had to do: https://teamtreehouse.com/forum/rails-todo-application-test-issue
Unsubscribed User
30 PointsHey Robert,
Which track are you on?
Robert Cekay
12,460 PointsI was on user authentication in the ruby tack
Robert Cekay
12,460 PointsMUCH THANKS SIR