spec/support/claims_matcher.rb in rails-auth-2.1.4 vs spec/support/claims_matcher.rb in rails-auth-2.2.0

- old
+ new

@@ -1,5 +1,7 @@ # A strawman matcher for claims-based credentials for use in tests +# frozen_string_literal: true + class ClaimsMatcher def initialize(options) @options = options end