Sha256: 9e4cb8f1683265cee937930ff8fbbdf741084c0b64ea2dc690408b2567274fd8

Contents?: true

Size: 375 Bytes

Versions: 6

Compression:

Stored size: 375 Bytes

Contents

# encoding: utf-8

if ENV['COVERAGE'] == 'true'
  require 'simplecov'
  require 'coveralls'

  SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
    SimpleCov::Formatter::HTMLFormatter,
    Coveralls::SimpleCov::Formatter
  ]

  SimpleCov.start do
    command_name 'spec:unit'
    minimum_coverage 72.64
  end
end

require 'devtools/spec_helper'
require 'analects'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
analects-0.4.2 spec/spec_helper.rb
analects-0.4.1 spec/spec_helper.rb
analects-0.4.0 spec/spec_helper.rb
analects-0.3.1 spec/spec_helper.rb
analects-0.2.1 spec/spec_helper.rb
analects-0.2.0 spec/spec_helper.rb