mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-24 08:04:08 +01:00
15 lines
321 B
Ruby
15 lines
321 B
Ruby
#!/usr/local/bin/ruby -w
|
|
|
|
# ts_all.rb
|
|
#
|
|
# Created by James Edward Gray II on 2005-04-26.
|
|
# Copyright 2005 Gray Productions. All rights reserved.
|
|
#
|
|
# This is Free Software. See LICENSE and COPYING for details.
|
|
|
|
require "test/unit"
|
|
|
|
require "tc_highline"
|
|
require "tc_import"
|
|
require "tc_menu"
|
|
require "tc_color_scheme"
|