allright, so you just wrote a bunch of code without writing any tests. Now scrap it and start over, writing those damn tests!

This commit is contained in:
Enrique García Cota
2011-04-23 19:48:43 +02:00
parent afb50da598
commit 3d3840393e
2 changed files with 140 additions and 1 deletions

View File

@@ -2,6 +2,8 @@ local inspect = require 'inspect'
context( 'inspect', function()
test('Should work with simple arrays', function()
assert_equal(inspect( {1,2,3}
end)
end)