Whitespace cleanup
[merb_mart.git] / spec / models / right_spec.rb
blob619ef04909947adae9ad24e5c7714a51c49013e7
1 require File.join( File.dirname(__FILE__), "..", "spec_helper" )
3 describe Right do
5   describe "associations" do
6     it "should have and belong to many roles" do
7       right = Right.new
8       right.should respond_to(:roles)
9       #right.should respond_to(:roles=)
10     end
11   end
13 end