fixed misprint
This commit is contained in:
parent
0c6a970be0
commit
f060fbeb87
|
@ -88,7 +88,7 @@ describe CanCan do
|
||||||
end
|
end
|
||||||
|
|
||||||
[Platform, Repository].each do |model_name|
|
[Platform, Repository].each do |model_name|
|
||||||
it "should not be able to read #{model_name}" do
|
it "should be able to read #{model_name}" do
|
||||||
@ability.should be_able_to(:read, model_name)
|
@ability.should be_able_to(:read, model_name)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue