update spec guide

This commit is contained in:
leaf corcoran 2015-09-26 20:05:52 -07:00
parent c451418282
commit 326e4208cb

View File

@ -1,5 +1,5 @@
# MoonScript Spec guide # MoonScript spec guide
Because MoonScript is written in MoonScript, and MoonScript specs are written 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 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 ```moonscript
import with_dev from require "spec.helpers" import with_dev from require "spec.helpers"
describe "moonscript.base", -> describe "moonscript.base", ->
local moonscript
with_dev! with_dev!
it "should load code", -> it "should load code", ->