Sha256: c2c96dab07fa41018b4432f9bc86e4779c60e5697e3ed6f355553edc680a848b

Contents?: true

Size: 435 Bytes

Versions: 44

Compression:

Stored size: 435 Bytes

Contents

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'test/unit'
require 'shoulda'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'gaptool-client'

class Test::Unit::TestCase
end

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
gaptool-client-0.7.7 test/helper.rb
gaptool-client-0.7.6 test/helper.rb
gaptool-client-0.7.5 test/helper.rb
gaptool-client-0.7.4 test/helper.rb
gaptool-client-0.7.3 test/helper.rb
gaptool-client-0.7.2 test/helper.rb
gaptool-client-0.7.1 test/helper.rb
gaptool-client-0.7.0 test/helper.rb
gaptool-client-0.6.17 test/helper.rb
gaptool-client-0.6.16 test/helper.rb
gaptool-client-0.6.15 test/helper.rb
gaptool-client-0.6.14 test/helper.rb
gaptool-client-0.6.13 test/helper.rb
gaptool-client-0.6.12 test/helper.rb
gaptool-client-0.6.11 test/helper.rb
gaptool-client-0.6.9 test/helper.rb
gaptool-client-0.6.8 test/helper.rb
gaptool-client-0.6.7 test/helper.rb
gaptool-client-0.6.6 test/helper.rb
gaptool-client-0.6.5 test/helper.rb