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:
Jessie A. Young 2014-06-06 16:01:37 -04:00
parent 0b5eca112a
commit b9d24c014a
4 changed files with 0 additions and 7 deletions

View file

@ -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

View file

@ -8,4 +8,3 @@ rerun.txt
tags
tmp/**/*
!tmp/cache/.keep
zeus.json

View file

@ -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'

View file

@ -1,3 +0,0 @@
#compdef cucumber
compadd -P features/ -S .feature `ls features/**/*.feature | sed -E "s/features\/|\.feature//g"`