1
0
Fork 0
emacs-config/oni-ruby/snippets/ruby-mode/factory

9 lines
188 B
Text
Raw Permalink Normal View History

2019-08-28 09:09:30 +02:00
# -*- mode: snippet -*-
# name: factory
# key: factory
# --
FactoryGirl.define do
factory :${1:`(file-name-sans-extension (file-name-nondirectory buffer-file-name))`} do
$0
end
end