Sha256: 76cc0e39d8506e2c7b9f65819e38f21696afce9db4af62fe45638eb7f9f5f6f8
Contents?: true
Size: 388 Bytes
Versions: 10
Compression:
Stored size: 388 Bytes
Contents
require 'abstract_unit' 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
10 entries across 10 versions & 1 rubygems