Module: Regulator::RSpec::PolicyExampleGroup
- Includes:
- Matchers
- Defined in:
- lib/regulator/rspec.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
57 58 59 60 61 |
# File 'lib/regulator/rspec.rb', line 57 def self.included(base) base.[:type] = :policy base.extend Regulator::RSpec::DSL super end |