Sha256: b4d6e4779f027c2a3fec916526dd678619bbc98dcc0a74e055f1c27e8df7c52d

Contents?: true

Size: 409 Bytes

Versions: 6

Compression:

Stored size: 409 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.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'ideone'

class Test::Unit::TestCase
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ideone-ruby-api-2.1.2 test/helper.rb
ideone-ruby-api-2.1.1 test/helper.rb
ideone-ruby-api-2.1.0 test/helper.rb
ideone-ruby-api-2.0.0 test/helper.rb
ideone-ruby-api-1.3.5 test/helper.rb
ideone-ruby-api-1.3.4 test/helper.rb