]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/blobdiff - test/infoq_test.rb
Fix the progressbar require path in uri_utilities.rb.
[dead/whatever-dl.git] / test / infoq_test.rb
index d6cdf44054bf0c655f8e5d83c8d2374b1ba483f0..1001357e00f07363b1286a5228d935033264c8a4 100644 (file)
@@ -17,7 +17,7 @@
 #
 
 require 'test/unit'
-require 'src/websites/infoq'
+require 'whatever-dl/websites/infoq'
 
 # Unit tests for the Infoq class. Basically just checking
 # the results of parse_video_url for now.