Sha256: 6b10560c66cab9a384bee7831016a85c3f76b0c990f3aec88baab8081ec9d8bc

Contents?: true

Size: 433 Bytes

Versions: 5

Compression:

Stored size: 433 Bytes

Contents

require 'simplecov'

SimpleCov.start do
  add_filter "/spec/"
end

if ENV['CI'] == 'true'
  require 'codecov'
  SimpleCov.formatter = SimpleCov::Formatter::Codecov
end

require File.expand_path(File.dirname(__FILE__) + '/../lib/green-button-data')
require 'fixtures'
require 'support/custom_expectations/warn_expectation'

SAXMachine.handler = ENV['HANDLER'].to_sym if ENV['HANDLER']

RSpec.configure do |c|
  c.include Fixtures
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
green-button-data-0.2.1 spec/spec_helper.rb
green-button-data-0.2.0 spec/spec_helper.rb
green-button-data-0.1.2 spec/spec_helper.rb
green-button-data-0.1.1 spec/spec_helper.rb
green-button-data-0.1.0 spec/spec_helper.rb