Skip to content

Instantly share code, notes, and snippets.

@braidn
Created September 13, 2022 15:39
Show Gist options
  • Save braidn/9365071067f2b39cbb7365d69c2619d0 to your computer and use it in GitHub Desktop.
Save braidn/9365071067f2b39cbb7365d69c2619d0 to your computer and use it in GitHub Desktop.
Minitest for Coderpad
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