Add more nested data tests, actually get simplecov to run

This commit is contained in:
Thomas Reynolds 2013-05-29 09:59:15 -04:00
parent 3d247d40fb
commit fef8b8417d
5 changed files with 19 additions and 4 deletions

View file

@ -1 +1,3 @@
<%= data.examples.map { |k, r| [k, r.title].join(":") }.join %>
title1:<%= data.examples.test.title %>
title2:<%= data.examples.more.title %>
title3:<%= data.examples.deeper.stuff.title %>