A list of recipes to use with Rodolfo
cat package_folder/data.json | rodolfo render recipe-path --save-to generated.pdf
bundle install --binstubs
# run all
rspec
# run single
rspec -e invoice
Create a folder with your username and add there your recipe. Also to enable its tests add it to the end of recipes_spec like
describe 'username/recipename' do
it_behaves_like 'a recipe'
end