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

Hinesh Patel
Hinesh Patel
11,302 Points

TypeError: no implicit conversion of nil into String test/unit/user_friendship_test

I am getting this error, I cant work out how to solve it:

''' should "include the friend in the list of friends" do @user_friendship.accept! users(:jason).friends.reload assert users(:jason).friends.include?(users(:mike)) end '''

users(:jason).friends.reload - this line is throwing up the error.

I have pushed my latest code up to github:

https://github.com/hin101/treebook

Any help would be much appreciated.