diff --git a/spec/i_am_not_working.lua b/spec/i_am_not_working.lua new file mode 100644 index 0000000..a129071 --- /dev/null +++ b/spec/i_am_not_working.lua @@ -0,0 +1,3 @@ +it("asdfl", function() + assert.are.same(false, true) +end)