Sha256: 5fc1a5ec33afc9af8c22d9cd80a0fec9218b1da1ddeada4ee14aeb3c37d24c0a

Contents?: true

Size: 715 Bytes

Versions: 15

Compression:

Stored size: 715 Bytes

Contents

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

require 'rspec'
require 'pry'
require 'aerosol'
# Requires supporting files with custom matchers and macros, etc, in ./support/
# and its subdirectories.
#Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

Aerosol::AWS.credentials = Aws::Credentials.new('MOCK_KEY', 'MOCK_SECRET')
Aerosol::AWS.stub_responses = true
Dockly::Util::Logger.disable! unless ENV['ENABLE_LOGGER'] == 'true'

RSpec.configure do |config|
  config.mock_with :rspec
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.tty = true
  config.filter_run_excluding local: true if ENV['CI']
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
aerosol-1.10.0 spec/spec_helper.rb
aerosol-1.9.2 spec/spec_helper.rb
aerosol-1.9.1 spec/spec_helper.rb
aerosol-1.9.0 spec/spec_helper.rb
aerosol-1.8.0 spec/spec_helper.rb
aerosol-1.7.1 spec/spec_helper.rb
aerosol-1.7.0 spec/spec_helper.rb
aerosol-1.7.0.pre.1 spec/spec_helper.rb
aerosol-1.6.0 spec/spec_helper.rb
aerosol-1.5.1 spec/spec_helper.rb
aerosol-1.3.0 spec/spec_helper.rb
aerosol-1.2.0 spec/spec_helper.rb
aerosol-1.1.0 spec/spec_helper.rb
aerosol-1.0.2 spec/spec_helper.rb
aerosol-1.0.1 spec/spec_helper.rb