mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 12:00:24 +10:00
Moving to Doom Emacs!
This commit is contained in:
3
.emacs.d/modules/editor/file-templates/templates/rspec-mode/__
Executable file
3
.emacs.d/modules/editor/file-templates/templates/rspec-mode/__
Executable file
@@ -0,0 +1,3 @@
|
||||
# `(file-name-nondirectory buffer-file-name)`
|
||||
|
||||
$0
|
||||
3
.emacs.d/modules/editor/file-templates/templates/rspec-mode/__.rspec
Executable file
3
.emacs.d/modules/editor/file-templates/templates/rspec-mode/__.rspec
Executable file
@@ -0,0 +1,3 @@
|
||||
--color
|
||||
--require spec_helper
|
||||
--format=d
|
||||
9
.emacs.d/modules/editor/file-templates/templates/rspec-mode/__helper
Executable file
9
.emacs.d/modules/editor/file-templates/templates/rspec-mode/__helper
Executable file
@@ -0,0 +1,9 @@
|
||||
require 'bundler'
|
||||
|
||||
$:.unshift File.expand_path('../lib', __FILE__)
|
||||
|
||||
RSpec.configure do |c|
|
||||
c.tty = true
|
||||
end
|
||||
|
||||
$0
|
||||
Reference in New Issue
Block a user