File: test_helper.rb

package info (click to toggle)
ruby-file-tail 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 236 kB
  • sloc: ruby: 901; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
if ENV['START_SIMPLECOV'].to_i == 1
  require 'simplecov'
  SimpleCov.start do
    add_filter "#{File.basename(File.dirname(__FILE__))}/"
  end
end
require 'test/unit'