Sha256: 67cf8514ceffb14838e4bace736444f9fddb97035ad404de70df23cb3bc94c67

Contents?: true

Size: 424 Bytes

Versions: 7

Compression:

Stored size: 424 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 'tuk'

class Test::Unit::TestCase
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tuk-0.2.2 test/helper.rb
tuk-0.2.1 test/helper.rb
tuk-0.2.0 test/helper.rb
tuk-0.1.3 test/helper.rb
tuk-0.1.2 test/helper.rb
tuk-0.1.1 test/helper.rb
tuk-0.1.0 test/helper.rb