class MatchesAclOwner
Match acl_owner
Public Class Methods
===(item)
click to toggle source
# File lib/matches_acl_owner.rb, line 4 def self.===(item) item.include?("its(:acl_owner) { should eq '' }") end
Match acl_owner
# File lib/matches_acl_owner.rb, line 4 def self.===(item) item.include?("its(:acl_owner) { should eq '' }") end