Skip to content

Commit

Permalink
A few snippet updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaland committed Jun 16, 2009
1 parent 6a7a29b commit c16d543
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions rspec-mode/set
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#name: setup do ... end
# --
setup do
$1
end
4 changes: 4 additions & 0 deletions vi
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#name : validates_inclusion_of : ...
#group: ActiveRecord
# --
validates_inclusion_of :${attr}
4 changes: 2 additions & 2 deletions vp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#name : validates_presence_of : ...
#name : validates_presence_of : ...
#group: ActiveRecord
# --
validates_presence_of :${attr}
validates_presence_of :${attr}

0 comments on commit c16d543

Please sign in to comment.