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 trial

Ruby User Authentication with Rails Adding User Support to Our Application Fixing Our Tests

James demby
James demby
10,296 Points

Using the Downloads to start over.

I am on the "Fixing Our Tests" video from the Ruby Track, and I noticed that some of the work that was pasted in earlier around "CSS" for the odot project was making my tests fail.

So I decided to download the files and upload them to my environment.

I get two issues.

1. I tried to run a test and it says

" -bash: bin/rspec: Permission denied
"

2. I tried "bundle" and it gets stuck, then when I Ctrl +C it give me this

" SystemExit: exit
An error occurred while installing nokogiri (1.6.0), and Bundler cannot continue.
Make sure that gem install nokogiri -v '1.6.0' succeeds before bundling.
"

Any advice? I just want to take the download and make it my current project. :(