textile_article_test.rb 259 Bytes
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