Sha256: a5c9b8922b810120d747c8e80787beeb06a4549c7e124ed95faa6c8b298d1769
Contents?: true
Size: 499 Bytes
Versions: 2
Compression:
Stored size: 499 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' $LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'bicycle' begin; require 'turn/autorun'; rescue LoadError; end class MiniTest::Unit::TestCase end MiniTest::Unit.autorun
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bicycle-0.3.1 | test/helper.rb |
bicycle-0.3.0 | test/helper.rb |