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

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