Sha256: d8cc36b8e7f9a3caa3578cddd1421af3efef063d1cba9a8a695b29d351ef3019

Contents?: true

Size: 305 Bytes

Versions: 24

Compression:

Stored size: 305 Bytes

Contents

require 'rubygems'
require 'bundler/setup'
require 'minitest/spec'
require 'minitest/autorun'
require 'ostruct'

TEST_ROOT = File.expand_path('..', __FILE__)
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

if RUBY_VERSION == '1.8.7'
  class OpenStruct
    undef_method :type
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
lolsoap-0.11.0 test/helper.rb
lolsoap-0.10.0 test/helper.rb
lolsoap-0.9.0 test/helper.rb
lolsoap-0.8.3 test/helper.rb
lolsoap-0.8.2 test/helper.rb
lolsoap-0.8.1 test/helper.rb
lolsoap-0.8.0 test/helper.rb
lolsoap-0.7.0 test/helper.rb
lolsoap-0.6.1 test/helper.rb
lolsoap-0.6.0 test/helper.rb
lolsoap-0.5.1 test/helper.rb
lolsoap-0.5.0 test/helper.rb
lolsoap-0.4.2 test/helper.rb
lolsoap-0.4.1 test/helper.rb
lolsoap-0.4.0 test/helper.rb
lolsoap-0.3.2 test/helper.rb
lolsoap-0.3.1 test/helper.rb
lolsoap-0.3.0 test/helper.rb
lolsoap-0.2.0 test/helper.rb
lolsoap-0.1.4 test/helper.rb