Alpha Chen 2 years ago
parent 34dce8f404
commit 600f60ab8e
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -3,9 +3,11 @@ require "digest"
require "minitest" require "minitest"
module Minitest module Minitest
class Thesis < Test module Thesis
VERSION = "0.1.0" VERSION = "0.1.0"
class Test < Minitest::Test
# Runs a test. Usage is: # Runs a test. Usage is:
# #
# run_test do |test_case| # run_test do |test_case|
@ -745,3 +747,4 @@ module Minitest
end end
end end
end end
end

@ -1,6 +1,6 @@
require "test_helper" require "test_helper"
class Minitest::ThesisTest < Minitest::Thesis class Minitest::ThesisTest < Minitest::Thesis::Test
class Failure < StandardError; end class Failure < StandardError; end
def test_finds_small_list def test_finds_small_list

Loading…
Cancel
Save