Sha256: 5e4c75d7c3bfec04063d04d98aaa2cc80e7d664c5a41613424c2bc9d0acf958d

Contents?: true

Size: 249 Bytes

Versions: 14

Compression:

Stored size: 249 Bytes

Contents

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
conjur-cli-4.10.3 lib/conjur/command/rspec/describe_command.rb
conjur-cli-4.10.1 lib/conjur/command/rspec/describe_command.rb
conjur-cli-4.9.3 lib/conjur/command/rspec/describe_command.rb
conjur-cli-4.8.0 lib/conjur/command/rspec/describe_command.rb
conjur-cli-4.7.5 lib/conjur/command/rspec/describe_command.rb
conjur-cli-4.7.4 lib/conjur/command/rspec/describe_command.rb
conjur-cli-4.7.3 lib/conjur/command/rspec/describe_command.rb
conjur-cli-4.7.2 lib/conjur/command/rspec/describe_command.rb
conjur-cli-4.7.1 lib/conjur/command/rspec/describe_command.rb
conjur-cli-4.7.0 lib/conjur/command/rspec/describe_command.rb
conjur-cli-4.6.1 lib/conjur/command/rspec/describe_command.rb
conjur-cli-4.5.1 lib/conjur/command/rspec/describe_command.rb
conjur-cli-4.5.0 lib/conjur/command/rspec/describe_command.rb
conjur-cli-4.4.0 lib/conjur/command/rspec/describe_command.rb