doomemacs/private/templates/rspec-mode/@@helper

9 lines
113 B
Plaintext
Raw Normal View History

2015-06-24 21:32:34 +08:00
require 'bundler'
$:.unshift File.expand_path('../lib', __FILE__)
RSpec.configure do |c|
c.tty = true
end
$0