Skip to content

Commit d9eec5f

Browse files
authored
test: rename test/run-test.rb to test/run.rb (#14)
This patch will suppress the `circular require considered harmful` warning when running the `test-unit test` command.
1 parent 67afaa3 commit d9eec5f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ task default: :test
1717

1818
desc "Run tests"
1919
task :test do
20-
ruby("test/run-test.rb")
20+
ruby("test/run.rb")
2121
end
File renamed without changes.

test/test-downloader.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require_relative "helper"
2+
13
class DownloaderTest < Test::Unit::TestCase
24
include Helper::Sandbox
35

0 commit comments

Comments
 (0)