class PolicyAssertions::MissingBlockParameters
Public Instance Methods
message()
click to toggle source
# File lib/policy_assertions/errors.rb, line 3 def message 'PolicyTest must pass the permissions into the assert if called ' \ 'from the Rails test block method. Use def test_testname method ' \ 'to have the permissions parsed automatically.' end