Sha256: c524842f5a27373bdcc8905a1c46acc6b3c67267213105b3c7a2c259371c1420

Contents?: true

Size: 429 Bytes

Versions: 13

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 'soulmate'

class Test::Unit::TestCase
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
soulmate-1.1.0 test/helper.rb
soulmate-1.0.0 test/helper.rb
soulmate-0.1.3 test/helper.rb
soulmate-0.1.2 test/helper.rb
soulmate-0.1.1 test/helper.rb
soulmate-0.1.0 test/helper.rb
soulmate-0.0.6 test/helper.rb
soulmate-0.0.5 test/helper.rb
soulmate-0.0.4 test/helper.rb
soulmate-0.0.3 test/helper.rb
soulmate-0.0.2 test/helper.rb
soulmate-0.0.1 test/helper.rb
soulmate-0.0.0 test/helper.rb