This repository has been archived on 2022-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
wikiufc/vendor/gems/thoughtbot-shoulda-2.10.1/test/unit/friendship_test.rb

7 lines
155 B
Ruby

require File.dirname(__FILE__) + '/../test_helper'
class FriendshipTest < ActiveSupport::TestCase
should_belong_to :user
should_belong_to :friend
end