Skip to content

Commit

Permalink
Update README;
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed Dec 26, 2015
1 parent df7f42f commit 2e80379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Example of adding a custom `empty` assertion:
local lust = require 'lust'

lust.paths.empty = {
f = function(value)
test = function(value)
return #value == 0,
'expected ' .. tostring(value) .. ' to be empty',
'expected ' .. tostring(value) .. ' to not be empty'
Expand Down

0 comments on commit 2e80379

Please sign in to comment.