Split the tests into compiler and vm tests

This commit is contained in:
kpdecker
2011-07-30 15:26:21 -05:00
parent 3d9e5070f5
commit aaec001931
3 changed files with 44 additions and 19 deletions
+4
View File
@@ -3,6 +3,10 @@ require "spec_helper"
describe "Parser" do
let(:handlebars) { @context["Handlebars"] }
before(:all) do
@compiles = true
end
def program(&block)
ASTBuilder.build do
program do