mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 01:30:12 +01:00
4 lines
147 B
Ruby
4 lines
147 B
Ruby
|
|
lib_path = File.expand_path("#{File.dirname(__FILE__)}/../../lib")
|
||
|
|
$LOAD_PATH.unshift lib_path unless $LOAD_PATH.include?(lib_path)
|
||
|
|
require 'spec'
|