spec/spec.grammar.js in visionmedia-jspec-2.2.0 vs spec/spec.grammar.js in visionmedia-jspec-2.2.1

- old
+ new

@@ -1,12 +1,13 @@ describe 'Grammar' - it 'should allow "it" spec literal' + it 'should allow "it" spec literal' true.should.be_true end n = 10 + it 'should allow literal javascript outside of blocks' n.should.eql 10 end it 'should allow parens to be optional when no args are passed' \ No newline at end of file