Sha256: 78e99fabe291e3abb7d48bbf5fabfaa341948621766f4cb6c0a52079c93801bd

Contents?: true

Size: 411 Bytes

Versions: 5

Compression:

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

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'quizgame'

class Test::Unit::TestCase
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
quizgame-0.0.4 test/helper.rb
quizgame-0.0.3 test/helper.rb
quizgame-0.0.2 test/helper.rb
quizgame-0.0.1 test/helper.rb
quizgame-0.0.0 test/helper.rb