Exception: PolicyAssertions::InvalidClassName
- Inherits:
-
StandardError
- Object
- StandardError
- PolicyAssertions::InvalidClassName
- Defined in:
- lib/policy_assertions/errors.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
3 4 5 6 |
# File 'lib/policy_assertions/errors.rb', line 3 def 'The test class must be the same as a pundit policy class. ' \ 'For example, RecordPolicyTest' end |