Skip to content

Commit

Permalink
spec: add elfs spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Xe committed Jan 5, 2015
1 parent 2f34ab9 commit 5bd3951
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions spec/elfs_spec.moon
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
describe "elfs can", ->
it "be imported", ->
require "lib/elfs"

assert.truthy elfs

it "generate names", ->
require "lib/elfs"

name = elfs.GenName!

assert.truthy name
assert.True #name > 0

0 comments on commit 5bd3951

Please sign in to comment.