Sha256: 64d0ce48b59be94bbae6ab8ca76f2221385a9b3a25d755652dc49193d2b4637d

Contents?: true

Size: 199 Bytes

Versions: 28

Compression:

Stored size: 199 Bytes

Contents

#!/usr/bin/env ruby
$:.unshift(File.dirname(__FILE__) + '/../lib')


require 'test/unit'
require 'active_shipping'

begin
  require 'mocha'
rescue LoadError
  require 'rubygems'
  require 'mocha'
end

Version data entries

28 entries across 28 versions & 4 rubygems

Version Path
bcarpenter-active_shipping-0.0.2 lib/vendor/test_helper.rb
bcarpenter-active_shipping-0.0.5 lib/vendor/test_helper.rb
bcarpenter-active_shipping-0.0.6 lib/vendor/test_helper.rb
bcarpenter-active_shipping-0.0.7 lib/vendor/test_helper.rb
rclements_active_shipping-0.9.15 lib/vendor/test_helper.rb
rclements_active_shipping-0.9.14 lib/vendor/test_helper.rb
rclements_active_shipping-0.9.13 lib/vendor/test_helper.rb
benhutton-active_shipping-0.9.13 lib/vendor/test_helper.rb
active_shipping-0.9.13 lib/vendor/test_helper.rb
active_shipping-0.9.12 lib/vendor/test_helper.rb
active_shipping-0.9.11 lib/vendor/test_helper.rb
active_shipping-0.9.10 lib/vendor/test_helper.rb
active_shipping-0.9.9 lib/vendor/test_helper.rb
active_shipping-0.9.8 lib/vendor/test_helper.rb
active_shipping-0.9.7 lib/vendor/test_helper.rb
active_shipping-0.9.6 lib/vendor/test_helper.rb
active_shipping-0.9.5 lib/vendor/test_helper.rb
active_shipping-0.9.4 lib/vendor/test_helper.rb
active_shipping-0.9.3 lib/vendor/test_helper.rb
active_shipping-0.9.2 lib/vendor/test_helper.rb