tests: Add capi.screen.connect_signal to the spec

This commit is contained in:
Emmanuel Lepage Vallee 2019-02-09 14:58:44 -05:00
parent 1259adc078
commit 260078bf3c
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
local fake_screens = {}
_G.screen = setmetatable({
connect_signal = function() end,
set_index_miss_handler = function() end,
set_newindex_miss_handler = function() end,
}, {