mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10: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 |