textile_article_test.rb 259 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 require 'test_helper' class TextileArticleTest < ActiveSupport::TestCase should 'define type facet' do a = TextileArticle.new assert_equal TextArticle.type_name, TextileArticle.send(:solr_plugin_f_type_proc, a.send(:solr_plugin_f_type)) end end