Organizando plugins e gems.

This commit is contained in:
2009-07-16 11:51:47 -03:00
parent 4e22c87074
commit dcfc38eb09
506 changed files with 10538 additions and 45562 deletions

View File

@@ -0,0 +1,6 @@
require File.dirname(__FILE__) + '/../test_helper'
class FriendshipTest < ActiveSupport::TestCase
should_belong_to :user
should_belong_to :friend
end