doomemacs/modules/feature/file-templates/templates/rspec-mode/__helper
2017-02-20 00:26:07 -05:00

9 lines
No EOL
113 B
Text
Executable file

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