Sha256: 169ff36c9962c7273ee6291e4b702cb5a001bec86b67a80477068e43f4231492
Contents?: true
Size: 527 Bytes
Versions: 4
Compression:
Stored size: 527 Bytes
Contents
begin require 'bundler/setup' rescue LoadError puts 'although not required, bundler is recommened for running the tests' end # load the libraries require 'koala' # load testing data libraries require 'support/live_testing_data_helper' require 'support/mock_http_service' require 'support/rest_api_shared_examples' require 'support/graph_api_shared_examples' require 'support/uploadable_io_shared_examples' require 'support/setup_mocks_or_live' BEACH_BALL_PATH = File.join(File.dirname(__FILE__), "fixtures", "beach.jpg")
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
koala-1.1.0rc2 | spec/spec_helper.rb |
koala-1.1.0rc | spec/spec_helper.rb |
koala-1.0.0 | spec/spec_helper.rb |
koala-1.0.0.rc | spec/spec_helper.rb |