doomemacs/private/templates/rspec-mode/__helper
2015-11-06 02:21:45 -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