Sha256: 57fcaa5bd115bdf3ebfea73ce8c45ad83184e749b1867ca03ef3cf0fa43b5139

Contents?: true

Size: 332 Bytes

Versions: 3

Compression:

Stored size: 332 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))

# Require library up front
require 'opsworks/cli'

require 'securerandom'
require 'fabrication'
require 'timecop'

def opsworks_stub
  Aws::OpsWorks::Client.new(stub_responses: true)
end

RSpec.configure do |_config|
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
opsworks-cli-0.7.1 spec/spec_helper.rb
opsworks-cli-0.7.0 spec/spec_helper.rb
opsworks-cli-0.6.0 spec/spec_helper.rb