Sha256: b86e0521313b5d2cfdc823e77e7aeb71b70151ff14a1cdce05438495d46ea69d
Contents?: true
Size: 394 Bytes
Versions: 3
Compression:
Stored size: 394 Bytes
Contents
require 'unit_test_helper.rb' include ActsAsIndexed class SearchIndexTest < ActiveSupport::TestCase def teardown destroy_index end # Write new tests for this since most of the existing tests were concerned # with the storage routines which have now been moved elsewhere. private def build_search_index(fields, config) SearchIndex.new(fields, config) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
acts_as_indexed-0.9.0 | test/unit/search_index_test.rb |
acts_as_indexed-0.8.3 | test/unit/search_index_test.rb |
acts_as_indexed-0.8.2 | test/unit/search_index_test.rb |