Sha256: d87a0a3411e9185fc7dea41455b819e3ba0200568c0f09610f75915f19afdac3

Contents?: true

Size: 190 Bytes

Versions: 8

Compression:

Stored size: 190 Bytes

Contents

require 'rspec'
require 'simplecov'
require 'codeclimate-test-reporter'

CodeClimate::TestReporter.start

if ENV['COVERAGE'] == 'true'
  SimpleCov.start do
    add_filter '/spec/'
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
wgif-0.5.4 spec/spec_helper.rb
wgif-0.5.3 spec/spec_helper.rb
wgif-0.5.2 spec/spec_helper.rb
wgif-0.5.1 spec/spec_helper.rb
wgif-0.5.0 spec/spec_helper.rb
wgif-0.4.0 spec/spec_helper.rb
wgif-0.3.1 spec/spec_helper.rb
wgif-0.3.0 spec/spec_helper.rb