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

9 lines
113 B
Text
Raw Normal View History

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