seppaleinen/torrentify

View on GitHub
test-integration/test_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'simplecov'
SimpleCov.add_filter 'vendor'
SimpleCov.add_filter 'test'
SimpleCov.command_name 'Unit tests'
SimpleCov.start
require 'test/unit'