repo.or.cz
/
merb_mart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Whitespace cleanup
[merb_mart.git]
/
spec
/
models
/
right_spec.rb
blob
619ef04909947adae9ad24e5c7714a51c49013e7
1
require File.join( File.dirname(__FILE__), "..", "spec_helper" )
2
3
describe Right do
4
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
12
13
end