Sha256: 2520f0ff23626a8d7de81f83e108632a3642a2b5fdbf893abb912055d9f9768e

Contents?: true

Size: 540 Bytes

Versions: 12

Compression:

Stored size: 540 Bytes

Contents

#
# Copyright (c) 2012 Lorenzo Pasqualis - DreamBox Learning, Inc
# https://github.com/lpasqualis/rubyperf
#

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 'rubyperf'

class Test::Unit::TestCase
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
rubyperf-1.3.6 test/helper.rb
rubyperf-1.3.5 test/helper.rb
rubyperf-1.3.4 test/helper.rb
rubyperf-1.3.2 test/helper.rb
rubyperf-1.3.1 test/helper.rb
rubyperf-1.3.0 test/helper.rb
rubyperf-1.2.0 test/helper.rb
rubyperf-1.1.0 test/helper.rb
rubyperf-1.0.1 test/helper.rb
rubyperf-1.0.0 test/helper.rb
rubyperf-0.1.0 test/helper.rb
rubyperf-0.0.0 test/helper.rb