mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02:00
Update
This commit is contained in:
@@ -6,7 +6,6 @@ return function()
|
||||
local druid_system = nil
|
||||
|
||||
local druid = nil
|
||||
local context = nil
|
||||
|
||||
describe("Blocker component", function()
|
||||
before(function()
|
||||
@@ -20,15 +19,13 @@ return function()
|
||||
mock_time.mock()
|
||||
mock_time.set(60)
|
||||
|
||||
context = test_helper.get_context()
|
||||
druid = druid_system.new(context)
|
||||
druid = druid_system.new({})
|
||||
end)
|
||||
|
||||
after(function()
|
||||
mock_gui.unmock()
|
||||
mock_time.unmock()
|
||||
druid:final(context)
|
||||
druid = nil
|
||||
druid:final()
|
||||
end)
|
||||
|
||||
it("Should consume input", function()
|
||||
|
Reference in New Issue
Block a user