From 4ffac641c43b923fb1a4c104fbf060192e881fd9 Mon Sep 17 00:00:00 2001 From: Ben Orenstein Date: Thu, 2 Oct 2014 18:05:27 -0400 Subject: [PATCH] Minor changes. Commit message skipped. --- vim/snippets/ruby.snippets | 8 ++++++++ zsh/functions | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/vim/snippets/ruby.snippets b/vim/snippets/ruby.snippets index c9b9d49938..764668f743 100644 --- a/vim/snippets/ruby.snippets +++ b/vim/snippets/ruby.snippets @@ -480,3 +480,11 @@ snippet scen end snippet save save_and_open_page +snippet rrh + require "rails_helper" +snippet feat + feature "${1}" do + scenario "${2}" do + ${3} + end + end diff --git a/zsh/functions b/zsh/functions index 4b3895434a..6b77860af6 100644 --- a/zsh/functions +++ b/zsh/functions @@ -33,7 +33,7 @@ function g { } function rrg { - rake routes | grep $1 + bin/rake routes | grep $1 } function take {