Files
9minutes/test/unit/playlists_tracks_test.rb
2011-06-06 02:25:25 +02:00

9 lines
156 B
Ruby

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