mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Move specs location one level down
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
require 'vimrunner'
|
require 'vimrunner'
|
||||||
require 'vimrunner/rspec'
|
require 'vimrunner/rspec'
|
||||||
|
|
||||||
PLUGIN_PATH = File.expand_path('../../..', __FILE__)
|
PLUGIN_PATH = File.expand_path('../..', __FILE__)
|
||||||
puts PLUGIN_PATH
|
puts PLUGIN_PATH
|
||||||
|
|
||||||
Vimrunner::RSpec.configure do |config|
|
Vimrunner::RSpec.configure do |config|
|
||||||
Reference in New Issue
Block a user