Sha256: 508fa9dbc68833200d574d9ca61800eb5ec8434ec143dba5abbd4d163b2d3b26

Contents?: true

Size: 504 Bytes

Versions: 20

Compression:

Stored size: 504 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 'gce-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

20 entries across 20 versions & 1 rubygems

Version Path
gce-host-0.5.6 spec/spec_helper.rb
gce-host-0.5.5 spec/spec_helper.rb
gce-host-0.5.4 spec/spec_helper.rb
gce-host-0.5.3 spec/spec_helper.rb
gce-host-0.5.2 spec/spec_helper.rb
gce-host-0.5.1 spec/spec_helper.rb
gce-host-0.5.0 spec/spec_helper.rb
gce-host-0.4.4 spec/spec_helper.rb
gce-host-0.4.3 spec/spec_helper.rb
gce-host-0.4.1 spec/spec_helper.rb
gce-host-0.4.0 spec/spec_helper.rb
gce-host-0.3.4 spec/spec_helper.rb
gce-host-0.3.3 spec/spec_helper.rb
gce-host-0.3.2 spec/spec_helper.rb
gce-host-0.3.1 spec/spec_helper.rb
gce-host-0.3.0 spec/spec_helper.rb
gce-host-0.2.1 spec/spec_helper.rb
gce-host-0.2.0 spec/spec_helper.rb
gce-host-0.1.3 spec/spec_helper.rb
gce-host-0.1.0 spec/spec_helper.rb