diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-14 20:09:32 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-14 20:09:32 +0200 |
commit | 77f091c8c7ab6dbd1d1edc778a8da7ff62731f6b (patch) | |
tree | 0e92427e735401c58da49be802124f819e71eaae /spec/Gemfile.lock | |
parent | 17149b465797e74f6ec5e817c14583401215546e (diff) | |
download | vim-polyglot-77f091c8c7ab6dbd1d1edc778a8da7ff62731f6b.tar.gz vim-polyglot-77f091c8c7ab6dbd1d1edc778a8da7ff62731f6b.zip |
Add specs to be sure all plugins are loading properly
Diffstat (limited to 'spec/Gemfile.lock')
-rw-r--r-- | spec/Gemfile.lock | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/spec/Gemfile.lock b/spec/Gemfile.lock new file mode 100644 index 00000000..f88e86d1 --- /dev/null +++ b/spec/Gemfile.lock @@ -0,0 +1,20 @@ +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 |