Sha256: 0825c5ba1e0e157cd9b5b2ff3cb873264fc1eb50fa0d9a2cc7a62dfe37115df2

Contents?: true

Size: 798 Bytes

Versions: 4

Compression:

Stored size: 798 Bytes

Contents

## Uncomment if you want to run a test directly without running
## `bundle exec ruby -I test test/test_...rb`
## (another solution if 'bundler/setup' is called on the Rakefile is to use
## `rake test TEST=test/test_...rb`)
# begin
#   require 'bundler/setup'
# rescue LoadError => error
#   warn "Could not setup bundler: #{error.message}"
# end

require 'minitest/autorun'

## Uncomment to launch pry on a failure
#require 'pry-rescue/minitest'

begin
  require 'minitest/reporters'
  Minitest::Reporters.use! Minitest::Reporters::DefaultReporter.new
  #Minitest::Reporters.use! Minitest::Reporters::SpecReporter.new
  #Minitest::Reporters.use! Minitest::Reporters::ProgressReporter.new
rescue LoadError => error
  warn "minitest/reporters not found, not changing minitest reporter: #{error}"
end

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
drain-0.7.0 test/helper.rb
birthdays-0.1.3 test/helper.rb
shell_helpers-0.7.1 test/helper.rb
drain-0.6.0 test/helper.rb