Mixed in to all policy example groups.
Since:
v0.1.0
150 151 152 153 154
# File 'lib/pundit/rspec.rb', line 150 def self.included(base) base.metadata[:type] = :policy base.extend Pundit::RSpec::DSL super end