Move specs location one level down

This commit is contained in:
Adam Stankiewicz 2013-09-14 20:20:59 +02:00
parent f6be1d3d13
commit 27f22774b1
4 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
require 'vimrunner'
require 'vimrunner/rspec'
PLUGIN_PATH = File.expand_path('../../..', __FILE__)
PLUGIN_PATH = File.expand_path('../..', __FILE__)
puts PLUGIN_PATH
Vimrunner::RSpec.configure do |config|