Fix pending spec for DataMapper adapter.
This commit is contained in:
@@ -65,7 +65,6 @@ if ENV["MODEL_ADAPTER"] == "data_mapper"
|
||||
end
|
||||
|
||||
it "should fetch only the articles that are published and not secret" do
|
||||
pending "the `cannot` may require some custom SQL, maybe abstract out from Active Record adapter"
|
||||
@ability.can :read, Article, :published => true
|
||||
@ability.cannot :read, Article, :secret => true
|
||||
article1 = Article.create(:published => true, :secret => false)
|
||||
|
||||
Reference in New Issue
Block a user