Sha256: ef433596e18326f200a5599755f7f81825bee43d396ac011386bac1bbfe1a6b7
Contents?: true
Size: 227 Bytes
Versions: 22
Compression:
Stored size: 227 Bytes
Contents
# This policy is broken because it violates the rule that an empty request must always be refused. module CertmeisterPolicyHelper class BrokenPolicy def authenticate(request) :white_elephant end end end
Version data entries
22 entries across 22 versions & 1 rubygems
Version | Path |
---|---|
certmeister-0.0.2 | spec/helpers/certmeister_policy_helper.rb |
certmeister-0.0.1 | spec/helpers/certmeister_policy_helper.rb |