Sha256: 43f3f9a29feef1057bf87be34cb89437cb5835c8c0e670c86df2cd73adf4763c
Contents?: true
Size: 326 Bytes
Versions: 14
Compression:
Stored size: 326 Bytes
Contents
require File.dirname(__FILE__) + '/../test_helper' class BlacklistPatternTest < Test::Unit::TestCase fixtures :blacklist_patterns def setup @blacklist_pattern = BlacklistPattern.find(1) end # Replace this with your real tests. def test_truth assert_kind_of BlacklistPattern, @blacklist_pattern end end
Version data entries
14 entries across 14 versions & 1 rubygems