Sha256: 2ea2f7089085ea7a6b95b525a2040dcdc5a9cb47cf039286568728423f387dda

Contents?: true

Size: 431 Bytes

Versions: 12

Compression:

Stored size: 431 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 'secondbase'

class Test::Unit::TestCase
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
secondbase-0.6.0 test/helper.rb
secondbase-0.5.0 test/helper.rb
secondbase-0.4.3 test/helper.rb
secondbase-0.4.2 test/helper.rb
secondbase-0.4.1 test/helper.rb
secondbase-0.4.0 test/helper.rb
secondbase-0.3.3 test/helper.rb
secondbase-0.3.2 test/helper.rb
secondbase-0.3.1 test/helper.rb
secondbase-0.3.0 test/helper.rb
secondbase-0.2.0 test/helper.rb
secondbase-0.1.0 test/helper.rb