scinote-web/test/fixtures/step_comments.yml
2016-02-12 16:52:43 +01:00

18 lines
205 B
YAML

one:
step: step1
comment: one
two:
step: step1
comment: two
test:
step: test
comment: test
<% 25.times do |n| %>
test_<%= n %>:
step: test2
comment: test_step_comment_<%= n %>
<% end %>