File: test_helper.rb

package info (click to toggle)
docdiff 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 960 kB
  • sloc: ruby: 13,872; makefile: 92; lisp: 33; sh: 26
file content (7 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
# -*- coding: utf-8 -*-
begin
  # FIXME: "invalid byte sequence in UTF-8 (ArgumentError)" will be raised.
  require 'simplecov'
  SimpleCov.start
rescue LoadError
end