module ActiveEntry::Rspec::PolicyExampleGroup
Public Class Methods
included(base)
click to toggle source
Calls superclass method
# File lib/active_entry/rspec.rb, line 41 def self.included(base) base.metadata[:type] = :policy base.extend ActiveEntry::Rspec::DSL super end