Skip to content

Instantly share code, notes, and snippets.

@thotmx
Created May 1, 2015 21:29
Show Gist options
  • Save thotmx/3a77697c5aea8324df1e to your computer and use it in GitHub Desktop.
Save thotmx/3a77697c5aea8324df1e to your computer and use it in GitHub Desktop.
Código de Inicio de Kata con Minitest versión 5
require 'minitest/autorun'
class TestExample < Minitest::Test
def test_example
assert_equal true, nil.nil?
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment