Sha256: 2102e553419da5421ac1934051659718f4900d9142d88ff805b4c7abd6eb2d61

Contents?: true

Size: 429 Bytes

Versions: 20

Compression:

Stored size: 429 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 'blitline'

class Test::Unit::TestCase
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
blitline-2.9.0 test/helper.rb
blitline-2.8.0 test/helper.rb
blitline-2.7.0 test/helper.rb
blitline-2.6.0 test/helper.rb
blitline-2.5.1 test/helper.rb
blitline-2.5.0 test/helper.rb
blitline-2.4.0 test/helper.rb
blitline-2.3.0 test/helper.rb
blitline-2.2.0 test/helper.rb
blitline-2.1.0 test/helper.rb
blitline-2.0.1 test/helper.rb
blitline-1.4.0 test/helper.rb
blitline-1.3.0 test/helper.rb
blitline-1.2.3 test/helper.rb
blitline-1.2.2 test/helper.rb
blitline-1.2.0 test/helper.rb
blitline-1.1.0 test/helper.rb
blitline-1.0.3 test/helper.rb
blitline-1.0.2 test/helper.rb
blitline-1.0.1 test/helper.rb