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

9 lines
165 B
Ruby

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