Sha256: 389156796862830e10e1cf358910cdc2d2860a6052978fa1cf60121a3ea81ab6

Contents?: true

Size: 398 Bytes

Versions: 20

Compression:

Stored size: 398 Bytes

Contents

puts "in test helper"
require 'rubygems'
require 'bundler/setup'
require "codeclimate-test-reporter"
CodeClimate::TestReporter.start 
require 'stringio'
require 'minitest/autorun'
require 'minitest/unit'
SimpleCov.command_name 'test'
#SimpleCov.profiles.define 'mygem' do
#  add_group "Gem", '/lib/' # additional config here
#end
SimpleCov.start 

require File.dirname(__FILE__) + '/../lib/hwid'


Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
hwid-0.3.1 test/test_helper.rb
hwid-0.3.0 test/test_helper.rb
hwid-0.2.9 test/test_helper.rb
hwid-0.2.8 test/test_helper.rb
hwid-0.2.7 test/test_helper.rb
hwid-0.2.6 test/test_helper.rb
hwid-0.2.5 test/test_helper.rb
hwid-0.2.4 test/test_helper.rb
hwid-0.2.3 test/test_helper.rb
hwid-0.2.2 test/test_helper.rb
hwid-0.2.1 test/test_helper.rb
hwid-0.2.0 test/test_helper.rb
hwid-0.1.8 test/test_helper.rb
hwid-0.1.7 test/test_helper.rb
hwid-0.1.6 test/test_helper.rb
hwid-0.1.5 test/test_helper.rb
hwid-0.1.4 test/test_helper.rb
hwid-0.1.3 test/test_helper.rb
hwid-0.1.1 test/test_helper.rb
hwid-0.1.0 test/test_helper.rb