diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/Gemfile | 4 | ||||
-rw-r--r-- | spec/Gemfile.lock | 20 | ||||
-rw-r--r-- | spec/loading_spec.rb (renamed from spec/spec/loading_spec.rb) | 0 | ||||
-rwxr-xr-x | spec/spec_helper.rb (renamed from spec/spec/spec_helper.rb) | 2 |
4 files changed, 1 insertions, 25 deletions
diff --git a/spec/Gemfile b/spec/Gemfile deleted file mode 100644 index 4a544814..00000000 --- a/spec/Gemfile +++ /dev/null @@ -1,4 +0,0 @@ -source 'https://rubygems.org' - -gem 'vimrunner' -gem 'rspec' diff --git a/spec/Gemfile.lock b/spec/Gemfile.lock deleted file mode 100644 index f88e86d1..00000000 --- a/spec/Gemfile.lock +++ /dev/null @@ -1,20 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - diff-lcs (1.1.3) - rspec (2.12.0) - rspec-core (~> 2.12.0) - rspec-expectations (~> 2.12.0) - rspec-mocks (~> 2.12.0) - rspec-core (2.12.2) - rspec-expectations (2.12.1) - diff-lcs (~> 1.1.3) - rspec-mocks (2.12.0) - vimrunner (0.3.0) - -PLATFORMS - ruby - -DEPENDENCIES - rspec - vimrunner 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| |