diff --git a/spec/Gemfile b/Gemfile similarity index 100% rename from spec/Gemfile rename to Gemfile diff --git a/spec/Gemfile.lock b/Gemfile.lock similarity index 100% rename from spec/Gemfile.lock rename to Gemfile.lock diff --git a/spec/spec/loading_spec.rb b/spec/loading_spec.rb similarity index 100% rename from spec/spec/loading_spec.rb rename to spec/loading_spec.rb diff --git a/spec/spec/spec_helper.rb b/spec/spec_helper.rb similarity index 91% rename from spec/spec/spec_helper.rb rename to spec/spec_helper.rb index b9205d2..b2cd9a2 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|