Sha256: 0f5872cf0e3cbc0f9134f7414179533d2b6e89ad7fe6a8ac69d78ead1b294454

Contents?: true

Size: 285 Bytes

Versions: 3

Compression:

Stored size: 285 Bytes

Contents

if ENV['CODECLIMATE_REPO_TOKEN']
  begin
    require 'codeclimate-test-reporter'
    CodeClimate::TestReporter.start
  rescue LoadError => e
    $stderr.puts "Got following while loading codeclimate-test-reporter: #{e}"
  end
end

RSpec.configure do |c|
  c.alias_example_to :they
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
image_optim-0.20.2 spec/spec_helper.rb
image_optim-0.20.1 spec/spec_helper.rb
image_optim-0.20.0 spec/spec_helper.rb