test/test_helper.rb in ruboto-0.11.0 vs test/test_helper.rb in ruboto-0.12.0.rc.0

- old
+ new

@@ -3,12 +3,14 @@ require 'test/unit' require 'rubygems' require 'fileutils' require 'yaml' require 'ruboto/sdk_versions' +require 'ruboto/sdk_locations' module RubotoTest include Ruboto::SdkVersions + include Ruboto::SdkLocations PROJECT_DIR = File.expand_path('..', File.dirname(__FILE__)) $LOAD_PATH << PROJECT_DIR GEM_PATH = File.join PROJECT_DIR, 'tmp', 'gems'