Sha256: 06f11af3e5f3b453d3fd9d3bd28a5bf563db4ae30f1cc055be70b6c5fcf9eff9

Contents?: true

Size: 336 Bytes

Versions: 6

Compression:

Stored size: 336 Bytes

Contents

require "rubygems"
require "bundler/setup"

require "simplecov"
SimpleCov.start

module RSpec::Core::DSL
  def describe_command *argv, &block
    describe *argv do
      let(:invoke) do
        Conjur::CLI.error_device = $stderr
        Conjur::CLI.run argv 
      end
      instance_eval &block
    end
  end
end

require 'conjur/cli'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
conjur-cli-2.1.9 spec/spec_helper.rb
conjur-cli-2.1.8 spec/spec_helper.rb
conjur-cli-2.1.7 spec/spec_helper.rb
conjur-cli-2.1.6 spec/spec_helper.rb
conjur-cli-2.1.5 spec/spec_helper.rb
conjur-cli-2.1.4 spec/spec_helper.rb