mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
9 lines
113 B
Plaintext
Executable File
9 lines
113 B
Plaintext
Executable File
require 'bundler'
|
|
|
|
$:.unshift File.expand_path('../lib', __FILE__)
|
|
|
|
RSpec.configure do |c|
|
|
c.tty = true
|
|
end
|
|
|
|
$0 |