Skip to content

Commit

Permalink
Remove rspec mappings. Use thoughtbot/vim-rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Aug 14, 2013
1 parent d6a04d9 commit aae89a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ftplugin/ruby.vim
Expand Up @@ -3,8 +3,6 @@ compiler ruby
setlocal wildignore+=*/coverage/*,*/doc/*,*/pkg/*

map <Leader>e :%! xmpfilter<cr>
map <Leader>t :!bundle exec rspec -c -fd %<CR>
map <Leader>s :!bundle exec rspec -c -fd -l <C-R>= line('.')<CR> %<CR>
if isdirectory('app')
let b:ctags_command = "ctags -f '%f' -R --exclude='*.js' --langmap='ruby:+.rake.builder.rjs' --languages=-javascript app lib vendor"
Expand Down

0 comments on commit aae89a3

Please sign in to comment.