Sha256: 0b73b439bc80953671a39638ce699ca7e8a6dc0aaa499963b6da57097fa58080

Contents?: true

Size: 220 Bytes

Versions: 16

Compression:

Stored size: 220 Bytes

Contents

unless defined? ADAPTOR_ROOT
  ADAPTOR_ROOT = File.expand_path(File.dirname(__FILE__) + '/..')
end

$:.unshift("#{ADAPTOR_ROOT}/app/adaptors")

require 'rubygems'
require 'adaptation'
require "adaptation/test/test_help"

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
adaptation-0.0.4 helpers/test_helper.rb
adaptation-0.0.5 helpers/test_helper.rb
adaptation-0.0.6 helpers/test_helper.rb
adaptation-0.0.7 helpers/test_helper.rb
adaptation-0.0.8 helpers/test_helper.rb
adaptation-0.0.9 helpers/test_helper.rb
adaptation-0.1.0 helpers/test_helper.rb
adaptation-0.0.3 helpers/test_helper.rb
adaptation-0.1.2 helpers/test_helper.rb
adaptation-0.1.3 helpers/test_helper.rb
adaptation-0.1.4 helpers/test_helper.rb
adaptation-0.1.5 helpers/test_helper.rb
adaptation-0.1.6 helpers/test_helper.rb
adaptation-0.1.7 helpers/test_helper.rb
adaptation-0.1.8 helpers/test_helper.rb
adaptation-0.1.1 helpers/test_helper.rb