summaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorGerman Lashevich <design.ber@gmail.com>2019-05-01 23:52:55 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2019-05-01 23:52:54 +0200
commite8245dbf1746aa59774124de1c77ffc4d8b5b52f (patch)
tree8a2f0901c11eef25bd558b1258fca746d66acfc6 /spec/spec_helper.rb
parent9fd5c11a20f88525088c8635a3bc6a25ec4c05c7 (diff)
downloadvim-polyglot-e8245dbf1746aa59774124de1c77ffc4d8b5b52f.tar.gz
vim-polyglot-e8245dbf1746aa59774124de1c77ffc4d8b5b52f.zip
FIx CI build freezing (#398)
* Kill vim server * Fix incorrect usage of rspec * Add build stage to CI * Try using new server for each run * Sort and uniq test files
Diffstat (limited to '')
-rwxr-xr-xspec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 5b8e5ace..21ab43cc 100755
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -4,7 +4,7 @@ require 'vimrunner/rspec'
$plugin_path = File.expand_path('../..', __FILE__)
Vimrunner::RSpec.configure do |config|
- config.reuse_server = true
+ config.reuse_server = false
# Decide how to start a Vim instance. In this block, an instance should be
# spawned and set up with anything project-specific.