summaryrefslogtreecommitdiff
path: root/test/unit/track_test.rb
blob: 6bb5d35b49571f0cf3b0e8043a343b626c1686ee (plain)
1
2
3
4
5
6
7
8
require File.dirname(__FILE__) + '/../test_helper'

class TrackTest < ActiveSupport::TestCase
  # Replace this with your real tests.
  def test_truth
    assert true
  end
end