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