diff options
Diffstat (limited to 'spec/spec_helper.rb')
-rwxr-xr-x | spec/spec_helper.rb | 2 |
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. |