Sha256: 85cd753e412bbaec6a803eb3f863aec35d6cf284df8721644cfd5c53ff08cfa3

Contents?: true

Size: 434 Bytes

Versions: 24

Compression:

Stored size: 434 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 'shared_should'

class Test::Unit::TestCase
end

Version data entries

24 entries across 23 versions & 1 rubygems

Version Path
shared_should-0.10.0 test/helper.rb
shared_should-0.9.0 test/helper.rb
shared_should-0.8.3 test/helper.rb
shared_should-0.8.2 test/helper.rb
shared_should-0.8.1 test/helper.rb
shared_should-0.8.0 test/helper.rb
shared_should-0.7.1 test/helper.rb
shared_should-0.7.0 test/helper.rb
shared_should-0.6.6 test/helper.rb
shared_should-0.6.5 test/helper.rb
shared_should-0.6.4 test/helper.rb
shared_should-0.6.3 test/helper.rb
shared_should-0.6.2 test/helper.rb
shared_should-0.6.1 test/helper.rb
shared_should-0.6.0 test/helper.rb
shared_should-0.5.6 test/helper.rb
shared_should-0.5.5 test/helper.rb
shared_should-0.5.4 test/helper.rb
shared_should-0.5.3 test/helper.rb
shared_should-0.5.2 test/helper.rb