Sha256: a45888289400763065c557c0fbbda3598ced5faca5b6be8ab555dbe61bbdbb90

Contents?: true

Size: 461 Bytes

Versions: 30

Compression:

Stored size: 461 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 'minitest/autorun'
require 'shoulda'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'coderunner'
require 'cubecalccrmod'
require 'cubecalccrmod/sleep'

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
coderunner-1.0.14 test/helper.rb
coderunner-1.0.13 test/helper.rb
coderunner-1.0.12 test/helper.rb
coderunner-1.0.11 test/helper.rb
coderunner-1.0.10 test/helper.rb
coderunner-1.0.9 test/helper.rb
coderunner-1.0.8 test/helper.rb
coderunner-1.0.7 test/helper.rb
coderunner-1.0.6 test/helper.rb
coderunner-1.0.4 test/helper.rb
coderunner-1.0.3 test/helper.rb
coderunner-1.0.2 test/helper.rb
coderunner-1.0.1 test/helper.rb
coderunner-1.0.0 test/helper.rb
coderunner-0.18.5 test/helper.rb
coderunner-0.18.4 test/helper.rb
coderunner-0.18.3 test/helper.rb
coderunner-0.18.2 test/helper.rb
coderunner-0.18.1 test/helper.rb
coderunner-0.18.0 test/helper.rb