thoughtbot / shoulda

Makes tests easy on the fingers and the eyes

This URL has Read+Write access

shoulda / test / rails_root / app / models / friendship.rb
100644 5 lines (4 sloc) 0.105 kb
1
2
3
4
5
class Friendship < ActiveRecord::Base
  belongs_to :user
  belongs_to :friend, :class_name => "User"
end