Sha256: 8ef4c0bcf1c39bafb10b4a8dc08fa36aa42e47b821ad1e07aa795cd5c331b660

Contents?: true

Size: 258 Bytes

Versions: 12

Compression:

Stored size: 258 Bytes

Contents

require 'simplecov'
SimpleCov.start
puts "in test helper"
require 'rubygems'
require 'bundler/setup'
require "codeclimate-test-reporter"
require 'stringio'
require 'minitest/autorun'
require 'minitest/unit'

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


Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hwid-0.4.5 test/test_helper.rb
hwid-0.4.4 test/test_helper.rb
hwid-0.4.3 test/test_helper.rb
hwid-0.4.2 test/test_helper.rb
hwid-0.4.1 test/test_helper.rb
hwid-0.4.0 test/test_helper.rb
hwid-0.3.7 test/test_helper.rb
hwid-0.3.6 test/test_helper.rb
hwid-0.3.5 test/test_helper.rb
hwid-0.3.4 test/test_helper.rb
hwid-0.3.3 test/test_helper.rb
hwid-0.3.2 test/test_helper.rb