Sha256: e90c5a6069b4b80a165888d1be8a4e1116defdc6de6bdcea1e13160da33fcb1a

Contents?: true

Size: 308 Bytes

Versions: 3

Compression:

Stored size: 308 Bytes

Contents

require 'pathname'
$:.unshift(Pathname.new(File.dirname(__FILE__)).realpath.to_s + '/../../lib/action_web_service/vendor')
require 'test/unit'
require 'ws'
begin
  require 'active_record'
rescue LoadError
  begin
    require 'rubygems'
    require_gem 'activerecord', '>= 1.6.0'
  rescue LoadError
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
actionwebservice-0.6.0 test/ws/abstract_unit.rb
actionwebservice-0.6.1 test/ws/abstract_unit.rb
actionwebservice-0.6.2 test/ws/abstract_unit.rb