Sha256: d37afd01bea6f10f90b68e9917d37fd1a5983f6267b52419174e48de1f003169
Contents?: true
Size: 436 Bytes
Versions: 4
Compression:
Stored size: 436 Bytes
Contents
# Quantify coverage require "codeclimate-test-reporter" CodeClimate::TestReporter.start # load the library require 'koala' # Support files Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f } # set up our testing environment # load testing data and (if needed) create test users or validate real users KoalaTest.setup_test_environment! BEACH_BALL_PATH = File.join(File.dirname(__FILE__), "fixtures", "beach.jpg")
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
koala-2.2.0 | spec/spec_helper.rb |
koala-2.2.0rc3 | spec/spec_helper.rb |
koala-2.2.0rc2 | spec/spec_helper.rb |
koala-2.2.0rc1 | spec/spec_helper.rb |