spec/rails/auth/acl_spec.rb in rails-auth-0.0.1 vs spec/rails/auth/acl_spec.rb in rails-auth-0.1.0
- old
+ new
@@ -4,10 +4,10 @@
let(:example_acl) do
described_class.from_yaml(
example_config,
matchers: {
allow_x509_subject: Rails::Auth::X509::Matcher,
- allow_claims: ClaimsPredicate
+ allow_claims: ClaimsMatcher
}
)
end
describe "#match" do