Skip to content

Instantly share code, notes, and snippets.

@Dkendal
Created May 26, 2014 23:52
Show Gist options
  • Save Dkendal/84efee52bac0bd55c1eb to your computer and use it in GitHub Desktop.
Save Dkendal/84efee52bac0bd55c1eb to your computer and use it in GitHub Desktop.
let g:projectiles= {
\ 'Gemfile' : {
\ 'app|lib' : {
\ 'dispatch': "bundle exec rspec #",
\ },
\ '*_spec.rb' : {
\ 'dispatch': "bundle exec rspec {file}",
\ 'make' : "bundle exec rspec",
\ 'start' : "bundle exec rescue rspec {file}"
\ }
\ }
\}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment