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

Version Path
typo-3.99.0 test/unit/blacklist_pattern_test.rb
typo-3.99.2 test/unit/blacklist_pattern_test.rb
typo-3.99.1 test/unit/blacklist_pattern_test.rb
typo-3.99.3 test/unit/blacklist_pattern_test.rb
typo-4.0.1 test/unit/blacklist_pattern_test.rb
typo-4.0.2 test/unit/blacklist_pattern_test.rb
typo-3.99.4 test/unit/blacklist_pattern_test.rb
typo-4.0.0 test/unit/blacklist_pattern_test.rb
typo-4.1.1 test/unit/blacklist_pattern_test.rb
typo-4.0.3 test/unit/blacklist_pattern_test.rb
typo-4.1 test/unit/blacklist_pattern_test.rb
typo-5.0.1 test/unit/blacklist_pattern_test.rb
typo-5.0.2 test/unit/blacklist_pattern_test.rb
typo-5.0 test/unit/blacklist_pattern_test.rb