diff options
Diffstat (limited to '')
-rw-r--r-- | spec/Gemfile | 4 | ||||
-rw-r--r-- | spec/Gemfile.lock | 20 |
2 files changed, 24 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' 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 |