Sha256: a4efe5d7a48f04d070db782d8a19506b440d168763b564a31fad00af2b4eb84b

Contents?: true

Size: 606 Bytes

Versions: 17

Compression:

Stored size: 606 Bytes

Contents

require 'simplecov'

module SimpleCov::Configuration
  def clean_filters
    @filters = []
  end
end

SimpleCov.configure do
  clean_filters
  load_adapter 'test_frameworks'
end

ENV["COVERAGE"] && SimpleCov.start do
  add_filter "/.rvm/"
end
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))

require 'rspec'
require 'hashicorptools'

# 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
hashicorptools-2.1.0 spec/spec_helper.rb
hashicorptools-2.0.0 spec/spec_helper.rb
hashicorptools-1.1.0 spec/spec_helper.rb
hashicorptools-1.0.0 spec/spec_helper.rb
hashicorptools-0.5.1 spec/spec_helper.rb
hashicorptools-0.5.0 spec/spec_helper.rb
hashicorptools-0.4.0 spec/spec_helper.rb
hashicorptools-0.3.0 spec/spec_helper.rb
hashicorptools-0.2.3 spec/spec_helper.rb
hashicorptools-0.2.2 spec/spec_helper.rb
hashicorptools-0.1.2 spec/spec_helper.rb
hashicorptools-0.0.12 spec/spec_helper.rb
hashicorptools-0.0.7 spec/spec_helper.rb
hashicorptools-0.0.6 spec/spec_helper.rb
hashicorptools-0.0.5 spec/spec_helper.rb
hashicorptools-0.0.4 spec/spec_helper.rb
hashicorptools-0.0.3 spec/spec_helper.rb