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