summaryrefslogtreecommitdiffstats
path: root/spec/Gemfile
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2013-09-14 20:09:32 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2013-09-14 20:09:32 +0200
commit77f091c8c7ab6dbd1d1edc778a8da7ff62731f6b (patch)
tree0e92427e735401c58da49be802124f819e71eaae /spec/Gemfile
parent17149b465797e74f6ec5e817c14583401215546e (diff)
downloadvim-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/Gemfile4
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'