Sha256: 6d8d9c6ed3764185abc7c1a335645c0d52d03e57cccd508801166dc117288aa9
Contents?: true
Size: 403 Bytes
Versions: 2
Compression:
Stored size: 403 Bytes
Contents
# (c) Copyright 2018 Ribose Inc. # require "rspec/pgp_matchers/version" require "rspec/pgp_matchers/gpg_matcher_helper" require "rspec/pgp_matchers/gpg_runner" require "rspec/pgp_matchers/be_a_pgp_encrypted_message" require "rspec/pgp_matchers/be_a_valid_pgp_signature_of" module RSpec module PGPMatchers class << self attr_accessor :homedir end # Your code goes here... end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rspec-pgp_matchers-0.1.2 | lib/rspec/pgp_matchers.rb |
rspec-pgp_matchers-0.1.1 | lib/rspec/pgp_matchers.rb |