Sha256: d96024543f8309210c69d15c05bcbcc4904bd44c8fd8792c8eb89b4e53f6c0fc
Contents?: true
Size: 309 Bytes
Versions: 10
Compression:
Stored size: 309 Bytes
Contents
# frozen_string_literal: true RSpec.describe ActiveInteraction::TzSignatureFilter, :filter do # rubocop: disable RSpec/FilePath it_behaves_like "a tz filter", valid: [Faker::Blockchain::Tezos.signature], invalid: ["invalid", 10, Faker::Blockchain::Tezos.public_key] end
Version data entries
10 entries across 10 versions & 1 rubygems