<% templates = YAML::load(ERB.new(File.read('./test/fixtures/dmptemplates.yml')).result) %>
<% templates.each do |lbl, hash| %>
<%= lbl %>_project:
title: <%= "#{lbl} Project" %>
dmptemplate: <%= lbl %>
organisation: complete
<% end %>