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

My first test does not pass - I keep getting this error - Given I am on the home page

uninitialized constant PostsController (ActionController::RoutingError) ./features/step_definitions/path_steps.rb:3:in /^I am on the home page$/' features/blogging.feature:7:inGiven I am on the home page'

I have looked at the video a couple of times and i am sure i have not missed any steps - looks like the video is missing some steps

i have also added this in my routes file - root :to =>'posts#index'

Suggestion: include a link to the video or challenge. Then we can see what you are being asked to do. Note that Treehouse automatically provides such a link if you use the Ask button on the challenge or video.