Sha256: 94ea8b139b4d5c88e236ca0834ad533f281d5a6bb20d71c42c69cd96364557c4

Contents?: true

Size: 431 Bytes

Versions: 11

Compression:

Stored size: 431 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 'range_math'

class Test::Unit::TestCase
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
range_math-1.0.1 test/helper.rb
range_math-0.8.0 test/helper.rb
range_math-0.7.1 test/helper.rb
range_math-0.7.0 test/helper.rb
range_math-0.6.1 test/helper.rb
range_math-0.6.0 test/helper.rb
range_math-0.5.0 test/helper.rb
range_math-0.4.0 test/helper.rb
range_math-0.3.0 test/helper.rb
range_math-0.2.0 test/helper.rb
range_math-0.1.0 test/helper.rb