Add rest of file templates

This commit is contained in:
Henrik Lissner 2015-06-24 15:32:34 +02:00
parent a42c869d1d
commit f05850767c
43 changed files with 1135 additions and 47 deletions

View file

@ -0,0 +1,3 @@
# `(f-filename buffer-file-name)`
$0

View file

@ -0,0 +1,3 @@
--color
--require spec_helper
--format=d

View file

@ -0,0 +1,9 @@
require 'bundler'
$:.unshift File.expand_path('../lib', __FILE__)
RSpec.configure do |c|
c.tty = true
end
$0