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