]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/blobdiff - test/website_test.rb
Fix the progressbar require path in uri_utilities.rb.
[dead/whatever-dl.git] / test / website_test.rb
index 2c3f25db9e77d194dc4123ed7acf0a510ca78add..d0219b80af8a4d85c8930062c4d5c59fddb0893f 100644 (file)
 #
 
 require 'test/unit'
+require 'whatever-dl'
 
 # Tests common to all websites.
 
-# All of the website classes are located in one
-# directory, so we can 'require' them automatically.
-Dir.glob('src/websites/*.rb').each do |r|
-  require r
-end
-
 class WebsiteTest < Test::Unit::TestCase
 
   def test_nobody_owns_misc_urls