Sha256: c4cee7f2e2091e99f5522d3578bbcaa2d234a616a0a0949a481666cce05e57e9

Contents?: true

Size: 360 Bytes

Versions: 3

Compression:

Stored size: 360 Bytes

Contents

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)

unless ENV['MUTANT']
  begin
  require "coveralls"
  Coveralls.wear! do
    add_filter '/test/'
  end
  rescue LoadError
  end
end

begin
  require "pry"
rescue LoadError
end

require 'minitest/autorun'

Dir[File.expand_path('../support/**/*.rb', __FILE__)].each { |f| require f }

require 'trollop'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
trollop-2.9.10 test/test_helper.rb
trollop-2.9.9 test/test_helper.rb
trollop-2.1.3 test/test_helper.rb