Initial commit
This commit is contained in:
commit
7fc01485e7
7 changed files with 92 additions and 0 deletions
5
spec/gopher_spec.lua
Normal file
5
spec/gopher_spec.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
describe("gopher", function()
|
||||
it("can be required", function()
|
||||
require "gopher"
|
||||
end)
|
||||
end)
|
||||
Loading…
Add table
Add a link
Reference in a new issue