mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 01:30:12 +01:00
3 lines
144 B
Ruby
3 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"
|