Sha256: 9321cc2cbd21b4fc64c852b9b2dbdaff6b8da584992b3804df7d62dec778c0e8

Contents?: true

Size: 377 Bytes

Versions: 2

Compression:

Stored size: 377 Bytes

Contents

require 'rubygems'
require 'minitest/autorun'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))

require 'simplecov'
SimpleCov.start

begin
  # Coveralls is marked as an _optional_ dependency, so don't
  # throw a fit if it's not there.
  require 'coveralls'
  Coveralls.wear!
rescue LoadError
end

require 'rantly'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rantly-1.0.0 test/test_helper.rb
rantly-0.3.2 test/test_helper.rb