added .travis.yml

This commit is contained in:
Joerg Reichert 2015-11-16 19:42:12 +01:00
parent 424cc0bf46
commit 9e7d9a179d
3 changed files with 35 additions and 0 deletions

View file

@ -1,5 +1,6 @@
RSpec.configure do |config|
config.before :each, elasticsearch: true do
Paper.__elasticsearch__.create_index!(force: true)
sleep 2
end
end