diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-14 20:42:27 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-14 20:42:27 +0200 |
commit | 0ac0389039fa782316fd791b4bf174dd02b9725f (patch) | |
tree | dd073e59dd41fe35c12cbb608270f8bf74750d74 /spec/loading_spec.rb | |
parent | 4bf3f6c300255a472d4bca9acbbb67b7f396a527 (diff) | |
download | vim-polyglot-0ac0389039fa782316fd791b4bf174dd02b9725f.tar.gz vim-polyglot-0ac0389039fa782316fd791b4bf174dd02b9725f.zip |
Add simple spec for build script
Diffstat (limited to 'spec/loading_spec.rb')
-rw-r--r-- | spec/loading_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/loading_spec.rb b/spec/loading_spec.rb index 459f0720..99d7fe29 100644 --- a/spec/loading_spec.rb +++ b/spec/loading_spec.rb @@ -1,7 +1,7 @@ require 'spec_helper' describe "My Vim plugin" do - languages = Dir["#{PLUGIN_PATH}/syntax/*.vim"].map { |f| f.split('/').last.gsub('.vim', '') } + languages = Dir["#{$plugin_path}/syntax/*.vim"].map { |f| f.split('/').last.gsub('.vim', '') } languages.each do |lang| it "should parse .#{lang} file" do |