Sha256: 968b51a1b636397948321b35ef8d29c83576db505d8aee5db2d67960c2d08501

Contents?: true

Size: 486 Bytes

Versions: 80

Compression:

Stored size: 486 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 'coderunner'
require 'cubecalccrmod'
require 'cubecalccrmod/sleep'


class Test::Unit::TestCase
end

Version data entries

80 entries across 80 versions & 1 rubygems

Version Path
coderunner-0.13.10 test/helper.rb
coderunner-0.13.9 test/helper.rb
coderunner-0.13.8 test/helper.rb
coderunner-0.13.7 test/helper.rb
coderunner-0.13.6 test/helper.rb
coderunner-0.13.5 test/helper.rb
coderunner-0.13.4 test/helper.rb
coderunner-0.13.3 test/helper.rb
coderunner-0.13.2 test/helper.rb
coderunner-0.13.1 test/helper.rb
coderunner-0.13.0 test/helper.rb
coderunner-0.12.19 test/helper.rb
coderunner-0.12.18 test/helper.rb
coderunner-0.12.17 test/helper.rb
coderunner-0.12.16 test/helper.rb
coderunner-0.12.15 test/helper.rb
coderunner-0.12.14 test/helper.rb
coderunner-0.12.13 test/helper.rb
coderunner-0.12.12 test/helper.rb
coderunner-0.12.11 test/helper.rb