Sha256: 46510e9e94f8345a60bb6c539421b3ad52db0c13857518b5a61842ceb49256d5

Contents?: true

Size: 427 Bytes

Versions: 15

Compression:

Stored size: 427 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 'racked'

class Test::Unit::TestCase
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
racked-1.0.3 test/helper.rb
racked-1.0.2 test/helper.rb
racked-1.0.1 test/helper.rb
racked-1.0.0 test/helper.rb
racked-0.9.0 test/helper.rb
racked-0.7.0 test/helper.rb
racked-0.6.0 test/helper.rb
racked-0.5.0 test/helper.rb
racked-0.4.2 test/helper.rb
racked-0.4.1 test/helper.rb
racked-0.4.0 test/helper.rb
racked-0.3.0 test/helper.rb
racked-0.2.0 test/helper.rb
racked-0.1.1 test/helper.rb
racked-0.1.0 test/helper.rb