diff --git a/plugin/spec.lua b/plugin/spec.lua index 25e23181..22ed2543 100644 --- a/plugin/spec.lua +++ b/plugin/spec.lua @@ -9,7 +9,7 @@ local habitat, modules = loadEnvironment() -- Load TestEZ and run our tests local TestEZ = habitat:require(modules.TestEZ) -local results = TestEZ.TestBootstrap:run(modules.Rojo, TestEZ.Reporters.TextReporter) +local results = TestEZ.TestBootstrap:run({modules.Rojo}, TestEZ.Reporters.TextReporter) -- Did something go wrong? if results.failureCount > 0 then