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
Extensive Namespacing of model specs
[merb_mart.git]
/
spec
/
models
/
role_spec.rb
blob
a1cc5c5c7129d85b15e51d3d8215f09a123ea844
1
require File.join( File.dirname(__FILE__), "..", "spec_helper" )
2
3
describe Role do
4
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"
11
12
end