mirror of
https://github.com/jimeh/time_ext.git
synced 2026-02-19 05:16:40 +00:00
10 lines
210 B
Ruby
10 lines
210 B
Ruby
$LOAD_PATH.unshift(File.dirname(__FILE__))
|
|
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
|
require 'time_ext'
|
|
require 'spec'
|
|
require 'spec/autorun'
|
|
|
|
Spec::Runner.configure do |config|
|
|
|
|
end
|