diff options
Diffstat (limited to '')
-rwxr-xr-x | spec/spec_helper.rb (renamed from spec/spec/spec_helper.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec/spec_helper.rb b/spec/spec_helper.rb index b9205d27..b2cd9a24 100755 --- a/spec/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -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| |