Files
2011-06-06 02:25:25 +02:00

9 lines
152 B
Ruby

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