mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
update spec guide
This commit is contained in:
parent
c451418282
commit
326e4208cb
@ -1,5 +1,5 @@
|
||||
|
||||
# MoonScript Spec guide
|
||||
# MoonScript spec guide
|
||||
|
||||
Because MoonScript is written in MoonScript, and MoonScript specs are written
|
||||
in MoonScript, you need to be aware of which copy of MoonScript is actually
|
||||
@ -32,8 +32,6 @@ You'll use it like this:
|
||||
```moonscript
|
||||
import with_dev from require "spec.helpers"
|
||||
describe "moonscript.base", ->
|
||||
local moonscript
|
||||
|
||||
with_dev!
|
||||
|
||||
it "should load code", ->
|
||||
|
Loading…
Reference in New Issue
Block a user