Sha256: 176b9470585bf6c11d7a22796f29f2d9f13315cf00b42eae6799b82cf0ca94ac
Contents?: true
Size: 601 Bytes
Versions: 1
Compression:
Stored size: 601 Bytes
Contents
begin require 'bundler/setup' rescue LoadError puts 'Although not required, bundler is recommended for running the tests.' end # load the libraries require 'koala' # load testing data libraries require 'support/live_testing_data_helper' require 'support/json_testing_fix' # ensure consistent to_json behavior 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
koala-1.1.0 | spec/spec_helper.rb |