Sha256: 766ed40f9e9d9b8111462d56ff0eac68368931756bead71808c4d04b17b14e37

Contents?: true

Size: 472 Bytes

Versions: 22

Compression:

Stored size: 472 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 'minitest/unit'
require 'minitest/autorun'

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'kookaburra'

class MiniTest::Unit::TestCase
end

MiniTest::Unit.autorun

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
kookaburra-0.14.2 test/helper.rb
kookaburra-0.14.1 test/helper.rb
kookaburra-0.14.0 test/helper.rb
kookaburra-0.13.0 test/helper.rb
kookaburra-0.12.0 test/helper.rb
kookaburra-0.11.0 test/helper.rb
kookaburra-0.10.0 test/helper.rb
kookaburra-0.9.1 test/helper.rb
kookaburra-0.9.0 test/helper.rb
kookaburra-0.8.0 test/helper.rb
kookaburra-0.7.2 test/helper.rb
kookaburra-0.7.1 test/helper.rb
kookaburra-0.7.0 test/helper.rb
kookaburra-0.6.0 test/helper.rb
kookaburra-0.5.1 test/helper.rb
kookaburra-0.5.0 test/helper.rb
kookaburra-0.4.0 test/helper.rb
kookaburra-0.3.1 test/helper.rb
kookaburra-0.3.0 test/helper.rb
kookaburra-0.2.0 test/helper.rb