aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--projects/stif.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/stif.vim b/projects/stif.vim
new file mode 100644
index 0000000..6428e53
--- /dev/null
+++ b/projects/stif.vim
@@ -0,0 +1,6 @@
+augroup stif
+ autocmd!
+
+ autocmd BufRead,BufEnter $VIM_PROJECT_PATH_STIF/*
+ \ let g:rspec_command = "!bundle exec spring rspec {spec}"
+augroup END