Sha256: f49fbcd8da41149ce47cf758beb93ecd93a1aa52f47b465541dd39a6c2eb5ad9

Contents?: true

Size: 301 Bytes

Versions: 4

Compression:

Stored size: 301 Bytes

Contents

require File.dirname(__FILE__) + "/../spec_helper"

describe BlacklistPattern, 'from Test::Unit' do
  before do
    @blacklist_pattern = BlacklistPattern.find(:first)
  end

  # Replace this with your real tests.
  it "test_truth" do
    assert_kind_of BlacklistPattern,  @blacklist_pattern
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
typo-5.4.3 spec/models/blacklist_pattern_spec.rb
typo-5.4.2 spec/models/blacklist_pattern_spec.rb
typo-5.4.1 spec/models/blacklist_pattern_spec.rb
typo-5.4 spec/models/blacklist_pattern_spec.rb