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

9 lines
155 B
Ruby

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