summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2013-09-14 20:20:59 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2013-09-14 20:20:59 +0200
commit27f22774b112c613d88edae351ac1fe15ee59441 (patch)
tree2769bb8b74d47e09d95bcdce78a04ba03487013d
parentf6be1d3d1304e0e17b28dd7d2e6bf40602f0bde1 (diff)
downloadvim-polyglot-27f22774b112c613d88edae351ac1fe15ee59441.tar.gz
vim-polyglot-27f22774b112c613d88edae351ac1fe15ee59441.zip
Move specs location one level down
-rw-r--r--Gemfile (renamed from spec/Gemfile)0
-rw-r--r--Gemfile.lock (renamed from spec/Gemfile.lock)0
-rw-r--r--spec/loading_spec.rb (renamed from spec/spec/loading_spec.rb)0
-rwxr-xr-xspec/spec_helper.rb (renamed from spec/spec/spec_helper.rb)2
4 files changed, 1 insertions, 1 deletions
diff --git a/spec/Gemfile b/Gemfile
index 4a544814..4a544814 100644
--- a/spec/Gemfile
+++ b/Gemfile
diff --git a/spec/Gemfile.lock b/Gemfile.lock
index f88e86d1..f88e86d1 100644
--- a/spec/Gemfile.lock
+++ b/Gemfile.lock
diff --git a/spec/spec/loading_spec.rb b/spec/loading_spec.rb
index 459f0720..459f0720 100644
--- a/spec/spec/loading_spec.rb
+++ b/spec/loading_spec.rb
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|