Remove Zeus and Cucumber references
* Spring is now built in to Rails: http://weblog.rubyonrails.org/2014/4/8/Rails-4-1/ * Haven't used Cucumber on a project in over a year
This commit is contained in:
parent
0b5eca112a
commit
b9d24c014a
4 changed files with 0 additions and 7 deletions
2
aliases
2
aliases
|
@ -21,14 +21,12 @@ alias b="bundle"
|
|||
|
||||
# Tests and Specs
|
||||
alias t="ruby -I test"
|
||||
alias cuc="bundle exec cucumber"
|
||||
|
||||
# Rails
|
||||
alias migrate="rake db:migrate db:rollback && rake db:migrate"
|
||||
alias m="migrate"
|
||||
alias rk="rake"
|
||||
alias s="rspec"
|
||||
alias z="zeus"
|
||||
|
||||
# Include custom aliases
|
||||
[[ -f ~/.aliases.local ]] && source ~/.aliases.local
|
||||
|
|
|
@ -8,4 +8,3 @@ rerun.txt
|
|||
tags
|
||||
tmp/**/*
|
||||
!tmp/cache/.keep
|
||||
zeus.json
|
||||
|
|
|
@ -20,7 +20,6 @@ Bundle 'scrooloose/syntastic'
|
|||
Bundle 'slim-template/vim-slim'
|
||||
Bundle 'thoughtbot/vim-rspec'
|
||||
Bundle 'tpope/vim-bundler'
|
||||
Bundle 'tpope/vim-cucumber'
|
||||
Bundle 'tpope/vim-endwise'
|
||||
Bundle 'tpope/vim-fugitive'
|
||||
Bundle 'tpope/vim-rails'
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#compdef cucumber
|
||||
|
||||
compadd -P features/ -S .feature `ls features/**/*.feature | sed -E "s/features\/|\.feature//g"`
|
Loading…
Add table
Reference in a new issue