$LOAD_PATH.unshift File.expand_path('..', __FILE__) unless $LOAD_PATH.include? File.expand_path('..', __FILE__) $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) unless $LOAD_PATH.include? File.expand_path('../../lib', __FILE__) require 'rubygems' require 'mutagem' require 'spec' require 'spec/autorun' require 'aruba/api' # aruba helper, returns full path to files in the aruba tmp folder def fullpath(filename) File.expand_path(File.join(current_dir, filename)) end Spec::Runner.configure do |config| config.include Aruba::Api end