oldhaven/test/functional/track_controller_test.rb
2011-04-09 17:41:24 +04:00

9 lines
165 B
Ruby

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