Sha256: 8909dafbb5723738ec4aa319d6aa496389255f812d17e3fdc8dc2c7e4e693bfb
Contents?: true
Size: 283 Bytes
Versions: 3
Compression:
Stored size: 283 Bytes
Contents
require "rubygems" require "bundler/setup" require "simplecov" SimpleCov.start module RSpec::Core::DSL def describe_command name, *a, &block describe name, *a do let(:invoke) { Conjur::Cli.run [name] } instance_eval &block end end end require 'conjur/cli'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
conjur-cli-2.1.3 | spec/spec_helper.rb |
conjur-cli-2.1.2 | spec/spec_helper.rb |
conjur-cli-2.1.1 | spec/spec_helper.rb |