Revert "adds a line to readme"

This reverts commit f8b4367b3d.
This commit is contained in:
kikito 2016-01-24 14:58:14 +01:00
parent f8b4367b3d
commit 381da55a72
2 changed files with 1 additions and 3 deletions

View File

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

View File

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