Skip to content

Commit 313e54c

Browse files
committed
Add boilerplate test to get things started
1 parent 6bf7a39 commit 313e54c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

fluent.lua

Whitespace-only changes.

spec/fluent_spec.lua

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
local fluent = require("fluent")
2+
3+
describe('fluent', function ()
4+
5+
it('should intantiate', function ()
6+
assert.is.truthy(fluent)
7+
end)
8+
9+
end)

0 commit comments

Comments
 (0)