Sha256: 3de21e7f1ceafefdff3bb79fe3b3e6ce527ce8f784ffe13797b3a17d2118aa0f

Contents?: true

Size: 409 Bytes

Versions: 10

Compression:

Stored size: 409 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/wolfram_databin'


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
wolfram_databin-0.1.9 test/test_helper.rb
wolfram_databin-0.1.8 test/test_helper.rb
wolfram_databin-0.1.7 test/test_helper.rb
wolfram_databin-0.1.6 test/test_helper.rb
wolfram_databin-0.1.5 test/test_helper.rb
wolfram_databin-0.1.4 test/test_helper.rb
wolfram_databin-0.1.3 test/test_helper.rb
wolfram_databin-0.1.2 test/test_helper.rb
wolfram_databin-0.1.1 test/test_helper.rb
wolfram_databin-0.1.0 test/test_helper.rb