Module: Workarea::IntegrationTest::Locales
- Included in:
- Workarea::IntegrationTest, PerformanceTest, SystemTest
- Defined in:
- lib/workarea/integration_test.rb
Instance Method Summary collapse
Instance Method Details
#set_locales ⇒ Object
32 33 34 35 36 37 |
# File 'lib/workarea/integration_test.rb', line 32 def set_locales(*) super Workarea::Elasticsearch::Document.all.each(&:create_indexes!) Workarea::Search::Storefront.ensure_dynamic_mappings end |