aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorTeddy Wing2017-02-17 17:46:30 +0100
committerTeddy Wing2017-02-17 17:46:30 +0100
commit6e0009ae25b72a4334ddf6db1e4ae263c179fa3f (patch)
tree03ddfabe59a28fb1944e1bbc6db631da0b3c407c /.gitmodules
parent856a71a94024298a9f592d9fbb4b2dfead4cbe35 (diff)
downloaddotvim-6e0009ae25b72a4334ddf6db1e4ae263c179fa3f.tar.bz2
Add 'vim-rspec' plugin
Make it more efficient to run RSpec tests right in Vim. It's been nearly 4 weeks since I started writing Rails code full time and I'd like to see if I can have a nicer system for running only the tests I'm interested in or working on at the moment.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index adf5172..283108a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -67,3 +67,6 @@
[submodule "bundle/vim-twodo"]
path = bundle/vim-twodo
url = https://github.com/teddywing/vim-twodo.git
+[submodule "bundle/vim-rspec"]
+ path = bundle/vim-rspec
+ url = https://github.com/thoughtbot/vim-rspec.git