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