oldhaven/test/unit/track_data_test.rb
2011-04-09 17:41:24 +04:00

9 lines
156 B
Ruby

require 'test_helper'
class TrackDataTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end