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.15.13 test/helper.rb
coderunner-0.15.12 test/helper.rb
coderunner-0.15.11 test/helper.rb
coderunner-0.15.10 test/helper.rb
coderunner-0.15.9 test/helper.rb
coderunner-0.15.8 test/helper.rb
coderunner-0.15.7 test/helper.rb
coderunner-0.15.6 test/helper.rb
coderunner-0.15.5 test/helper.rb
coderunner-0.15.4 test/helper.rb
coderunner-0.15.2 test/helper.rb
coderunner-0.15.1 test/helper.rb
coderunner-0.15.0 test/helper.rb
coderunner-0.14.24 test/helper.rb
coderunner-0.14.23 test/helper.rb
coderunner-0.14.22 test/helper.rb
coderunner-0.14.21 test/helper.rb
coderunner-0.14.20 test/helper.rb
coderunner-0.14.19 test/helper.rb
coderunner-0.14.18 test/helper.rb