mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-29 16:16:06 +00:00
Add placeholder test files
This commit is contained in:
8
test/test_wayback_machinve_downloader.rb
Normal file
8
test/test_wayback_machinve_downloader.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
require 'minitest/autorun'
|
||||
require 'wayback_machine_downloader'
|
||||
|
||||
class WaybackMachineDownloaderTest < Minitest::Test
|
||||
def test_english_hello
|
||||
assert_equal "Hello world! John", WaybackMachineDownloader.hi("John")
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user