Sha256: 2e12ec34a7e882ffeef877f399e1265f0ef8944d9c57f1582a5d19e415f4a1ab

Contents?: true

Size: 431 Bytes

Versions: 10

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

class Test::Unit::TestCase
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hashbrowns-0.2.5 test/helper.rb
hashbrowns-0.2.4 test/helper.rb
hashbrowns-0.2.3 test/helper.rb
hashbrowns-0.2.2 test/helper.rb
hashbrowns-0.2.1 test/helper.rb
hashbrowns-0.2.0 test/helper.rb
hashbrowns-0.1.6 test/helper.rb
hashbrowns-0.1.5 test/helper.rb
hashbrowns-0.1.4 test/helper.rb
hashbrowns-0.1.3 test/helper.rb