Sha256: 05a2b69f285ffaff1ea87e1893a69dba6a937a33b566773511e2dd31ebeb4f35
Contents?: true
Size: 450 Bytes
Versions: 11
Compression:
Stored size: 450 Bytes
Contents
# The next line was added to squelch a warning message in Ruby 1.9. # It ensures we're using the gem, not the built-in Minitest # See https://github.com/seattlerb/minitest/#install gem 'minitest' require 'minitest/autorun' if ENV['COVERAGE'] require 'coveralls' require 'simplecov' SimpleCov.start do add_filter '/test/' end end require File.join(File.dirname(__FILE__), '../../lib/fog/google.rb') Coveralls.wear! if ENV['COVERAGE']
Version data entries
11 entries across 9 versions & 3 rubygems