1 require File.join( File.dirname(__FILE__), "..", "spec_helper" )
5 describe "associations" do
6 it "should have and belong to many users" do
9 #role.should respond_to(:users)
10 #role.should respond_to(:users=)
13 it "should have and belong to many rights" do
15 #role.should respond_to(:rights)
16 #role.should respond_to(:rights=)
20 it "should allow rights to be set by a list of right ids" do