Module: Pundit::RSpec::PolicyExampleGroup
- Includes:
- Matchers
- Defined in:
- lib/pundit/rspec.rb
Overview
Mixed in to all policy example groups.
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
150 151 152 153 154 |
# File 'lib/pundit/rspec.rb', line 150 def self.included(base) base.[:type] = :policy base.extend Pundit::RSpec::DSL super end |