vowsjs / kyuri

A node.js cucumber implementation with a few extra asynchronous keywords. supports 160+ languages and exports to VowsJS stubs
http://prenup.nodejitsu.com
197 stars 19 forks source link

Make AST more elegant #11

Open indexzero opened 14 years ago

indexzero commented 14 years ago

Initially listed features and steps as objects with a single property index and the respective entity as value, but that index is not being consumed in prenup. So remove it because it makes parsing and generating the AST tedious.