fixed misprint

This commit is contained in:
Alexander Machehin 2013-07-17 09:14:11 +06:00
parent 0c6a970be0
commit f060fbeb87
1 changed files with 1 additions and 1 deletions

View File

@ -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