Sha256: 9b12fd248c2137665b09db3a96c9f2707c14b9ebf75446869a2fab5ba8853ec7
Contents?: true
Size: 430 Bytes
Versions: 5
Compression:
Stored size: 430 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' require 'aruba_helper' Spec::Runner.configure do |config| config.include Aruba::Api end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
mutagem-0.2.4 | spec/spec_helper.rb |
mutagem-0.2.3 | spec/spec_helper.rb |
mutagem-0.2.2 | spec/spec_helper.rb |
mutagem-0.2.1 | spec/spec_helper.rb |
mutagem-0.2.0 | spec/spec_helper.rb |