From f060fbeb87ca8b72ea45d09fa80fd582b436113e Mon Sep 17 00:00:00 2001 From: Alexander Machehin Date: Wed, 17 Jul 2013 09:14:11 +0600 Subject: [PATCH] fixed misprint --- spec/models/cancan_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/cancan_spec.rb b/spec/models/cancan_spec.rb index 9442eebfa..3e6a8377a 100644 --- a/spec/models/cancan_spec.rb +++ b/spec/models/cancan_spec.rb @@ -88,7 +88,7 @@ describe CanCan do end [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) end end