Sha256: 334a86e15c798f40a9fc6af0687bb11da48e30ab5c90eb82dd2179b5f1fc8377

Contents?: true

Size: 492 Bytes

Versions: 17

Compression:

Stored size: 492 Bytes

Contents

ENV['RACK_ENV'] = 'test'
Bundler.require :test

require 'simplecov'
SimpleCov.start do
  add_filter 'vendor/'
  add_filter 'spec/'
  add_group 'libs', 'lib'
end

Bundler.require :default # <- need this *after* simplecov
require 'pry'
require 'ec2-host'
require 'dotenv'
Dotenv.load

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

RSpec.configure do |config|
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
ec2-host-0.3.1 spec/spec_helper.rb
ec2-host-0.3.0 spec/spec_helper.rb
ec2-host-0.2.4 spec/spec_helper.rb
ec2-host-0.2.3 spec/spec_helper.rb
ec2-host-0.2.1 spec/spec_helper.rb
ec2-host-0.2.0 spec/spec_helper.rb
ec2-host-0.1.1 spec/spec_helper.rb
ec2-host-0.1.0 spec/spec_helper.rb
ec2-host-0.0.9 spec/spec_helper.rb
ec2-host-0.0.8 spec/spec_helper.rb
ec2-host-0.0.7 spec/spec_helper.rb
ec2-host-0.0.6 spec/spec_helper.rb
ec2-host-0.0.5 spec/spec_helper.rb
ec2-host-0.0.4 spec/spec_helper.rb
ec2-host-0.0.3 spec/spec_helper.rb
ec2-host-0.0.2 spec/spec_helper.rb
ec2-host-0.0.1 spec/spec_helper.rb