You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 23, 2019. It is now read-only.
Hi! I've just stumbled upon this gem, and I'm interested in forming a Blueprint AST from rspec request examples, as the 'rspec-blueprint' gem is very outdated.
Right now, my strategy was to form an AST with ruby hashes, and use matter_compiler to create the blueprints...
I'm including 'matter_compiler' into my project, however I can't require the matter_compiler AST classes into my code, as it seems that the code in this gem was created only for the purpose of parsing YAML and JSON via command line and output the results.