doomemacs/private/templates/rspec-mode/@@helper
2015-06-24 15:32:51 +02:00

9 lines
113 B
Plaintext
Executable File

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