Sha256: 8e2f690e7de4bfdc9be4c76fe188008062b99209c38296a59f78153f195f413d
Contents?: true
Size: 555 Bytes
Versions: 1
Compression:
Stored size: 555 Bytes
Contents
$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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mutagem-0.1.3 | spec/spec_helper.rb |