adds a line to readme

This commit is contained in:
kikito 2016-01-24 14:36:12 +01:00
parent bffb00b195
commit f8b4367b3d
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
Hello
middleclass
===========

View File

@ -4,7 +4,7 @@ describe('class()', function()
describe('when given no params', function()
it('it throws an error', function()
assert.error(class)
assert.not_error(class)
end)
end)