Module: ActiveEntry::Rspec::PolicyExampleGroup

Includes:
Matchers
Defined in:
lib/active_entry/rspec.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



41
42
43
44
45
# File 'lib/active_entry/rspec.rb', line 41

def self.included(base)
  base.[:type] = :policy
  base.extend ActiveEntry::Rspec::DSL
  super
end