We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67afaa3 commit d9eec5fCopy full SHA for d9eec5f
Rakefile
@@ -17,5 +17,5 @@ task default: :test
17
18
desc "Run tests"
19
task :test do
20
- ruby("test/run-test.rb")
+ ruby("test/run.rb")
21
end
test/run-test.rb renamed to test/run.rb
test/test-downloader.rb
@@ -1,3 +1,5 @@
1
+require_relative "helper"
2
+
3
class DownloaderTest < Test::Unit::TestCase
4
include Helper::Sandbox
5
0 commit comments