mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 23:53:15 +01:00
6 lines
151 B
Ruby
6 lines
151 B
Ruby
RSpec.configure do |config|
|
|
config.before :each, elasticsearch: true do
|
|
Paper.__elasticsearch__.create_index!(force: true)
|
|
sleep 2
|
|
end
|
|
end
|