# File lib/pundit/rspec.rb, line 65 def self.included(base) base.metadata[:type] = :policy base.extend Pundit::RSpec::DSL super end