mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-11 23:22:36 +01:00
7 lines
125 B
Ruby
7 lines
125 B
Ruby
|
|
require File.dirname(__FILE__) + '/test_helper'
|
||
|
|
|
||
|
|
class SimplyHelpfulTest < Test::Unit::TestCase
|
||
|
|
def default_test
|
||
|
|
end
|
||
|
|
end
|