Skip to content

Commit

Permalink
Minor changes. Commit message skipped.
Browse files Browse the repository at this point in the history
  • Loading branch information
r00k committed Oct 2, 2014
1 parent a257525 commit 4ffac64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions vim/snippets/ruby.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion zsh/functions
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function g {
}

function rrg {
rake routes | grep $1
bin/rake routes | grep $1
}

function take {
Expand Down

0 comments on commit 4ffac64

Please sign in to comment.