From 62f004c3da465152e85c2e95f6b21076f2708b6b Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 31 May 2020 23:42:04 +0200 Subject: Update travis script --- spec/spec_helper.rb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 spec/spec_helper.rb (limited to 'spec/spec_helper.rb') diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb deleted file mode 100755 index 21ab43cc..00000000 --- a/spec/spec_helper.rb +++ /dev/null @@ -1,20 +0,0 @@ -require 'vimrunner' -require 'vimrunner/rspec' - -$plugin_path = File.expand_path('../..', __FILE__) - -Vimrunner::RSpec.configure do |config| - 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. - config.start_vim do - vim = Vimrunner.start - - # Setup your plugin in the Vim instance - vim.add_plugin($plugin_path) - - # The returned value is the Client available in the tests. - vim - end -end -- cgit v1.2.3