Created
September 13, 2022 15:39
-
-
Save braidn/9365071067f2b39cbb7365d69c2619d0 to your computer and use it in GitHub Desktop.
Minitest for Coderpad
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'minitest/autorun' | |
describe('') do | |
it('') do | |
_(something).must_equal(1) | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment