We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc818df commit ad3cf46Copy full SHA for ad3cf46
README.md
@@ -19,7 +19,7 @@ f:should_be_called():when(function() f() end)
19
local mach = require 'mach'
20
21
local o = {}
22
-o.m = mach.mach_method('m')
+o.m = mach.mock_method('m')
23
24
m:should_be_called():when(function() o:m() end)
25
```
0 commit comments