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
Added validations available in dm-validations.
[merb_mart.git]
/
spec
/
models
/
right_spec.rb
blob
4d00b3c20771a88286300704384b309272965168
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"
7
end
8
9
end