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