Sha256: 7ea848488636b5a48c8d58c0f418d370692400b059d27d65e686334be404ab0f

Contents?: true

Size: 447 Bytes

Versions: 27

Compression:

Stored size: 447 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")

Coveralls.wear! if ENV["COVERAGE"]

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
fog-google-1.6.0 test/helpers/test_helper.rb
fog-google-1.5.0 test/helpers/test_helper.rb
fog-google-1.4.0 test/helpers/test_helper.rb
fog-google-1.3.3 test/helpers/test_helper.rb
fog-google-1.3.2 test/helpers/test_helper.rb
fog-google-1.3.1 test/helpers/test_helper.rb
fog-google-1.3.0 test/helpers/test_helper.rb
fog-google-1.2.2 test/helpers/test_helper.rb
fog-google-1.2.1 test/helpers/test_helper.rb
fog-google-1.2.0 test/helpers/test_helper.rb
fog-google-1.1.0 test/helpers/test_helper.rb
fog-google-1.0.1 test/helpers/test_helper.rb
fog-google-1.0.0 test/helpers/test_helper.rb
fog-google-0.6.0 test/helpers/test_helper.rb
fog-google-0.5.5 test/helpers/test_helper.rb
fog-google-0.5.4 test/helpers/test_helper.rb
fog-google-0.5.3 test/helpers/test_helper.rb
fog-google-0.5.2 test/helpers/test_helper.rb
fog-google-0.5.1 test/helpers/test_helper.rb
fog-google-0.5.0 test/helpers/test_helper.rb