doomemacs/modules/editor/file-templates/templates/rspec-mode/__helper

9 lines
113 B
Text
Raw Normal View History

2017-02-11 07:00:31 -05:00
require 'bundler'
$:.unshift File.expand_path('../lib', __FILE__)
RSpec.configure do |c|
c.tty = true
end
$0