Extensive Namespacing of model specs
[merb_mart.git] / spec / models / role_spec.rb
bloba1cc5c5c7129d85b15e51d3d8215f09a123ea844
1 require File.join( File.dirname(__FILE__), "..", "spec_helper" )
3 describe Role do
5   describe "associations" do
6     it "should have and belong to many users"
7     it "should have and belogn to many rights"
8   end
9   
10   it "should allow rights to be set by a list of right ids"
12 end