Module: TestUtils::SpecIndexing::Methods
- Defined in:
- common/test_utils.rb
Instance Method Summary collapse
Instance Method Details
#run_indexer ⇒ Object
174 175 176 |
# File 'common/test_utils.rb', line 174 def run_indexer SpecIndexing.get_indexer.run_index_round end |
#run_indexers ⇒ Object
178 179 180 181 |
# File 'common/test_utils.rb', line 178 def run_indexers SpecIndexing.get_indexer.run_index_round SpecIndexing.get_pui_indexer.run_index_round end |