Sha256: 35d1f393fb7d0f93038f0b6b93a308137e6314d7fe1084d2c80322317206fb98

Contents?: true

Size: 404 Bytes

Versions: 5

Compression:

Stored size: 404 Bytes

Contents

require File.dirname(__FILE__) + '/test_helper'

module FriendlyId
  module Test
    module ActiveRecord2

      class CustomNormalizerTest < ::Test::Unit::TestCase

        include FriendlyId::Test::ActiveRecord2::Core
        include FriendlyId::Test::ActiveRecord2::Slugged
        include FriendlyId::Test::CustomNormalizer

        def klass
          Person
        end

      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
friendly_id-2.3.4 test/active_record2/custom_normalizer_test.rb
friendly_id-2.3.3 test/active_record2/custom_normalizer_test.rb
friendly_id-2.3.2 test/active_record2/custom_normalizer_test.rb
friendly_id-2.3.1 test/active_record2/custom_normalizer_test.rb
friendly_id-2.3.0 test/active_record2/custom_normalizer_test.rb