File: test_helper.rb

package info (click to toggle)
ruby-rantly 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: ruby: 832; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Require simplecov and coveralls before rantly application code.
#require 'simplecov'
#SimpleCov.start
#
#begin
#  # Coveralls is marked as an _optional_ dependency, so don't
#  # throw a fit if it's not there.
#  require 'coveralls'
#  Coveralls.wear!
#rescue LoadError
#end

# Require rantly.
require 'minitest/autorun'
require 'rantly'