Skip to content

Instantly share code, notes, and snippets.

@thotmx
Created May 1, 2015 21:32
Show Gist options
  • Save thotmx/fc7bb11da10a96dc5ddf to your computer and use it in GitHub Desktop.
Save thotmx/fc7bb11da10a96dc5ddf to your computer and use it in GitHub Desktop.
Código de Inicio de Kata con Minitest < 5
require 'minitest/autorun'
class TestExample < MiniTest::Unit::TestCase
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