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 | |
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')
-rw-r--r-- | spec/Gemfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/Gemfile b/spec/Gemfile new file mode 100644 index 00000000..4a544814 --- /dev/null +++ b/spec/Gemfile @@ -0,0 +1,4 @@ +source 'https://rubygems.org' + +gem 'vimrunner' +gem 'rspec' |