trackinator 0.0.11 → 0.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module Trackinator
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
@@ -155,8 +155,13 @@ module Trackinator
155
155
  def construct_description description, outcome
156
156
  template = ERB.new <<-EOF
157
157
  <% unless outcome.nil? %>'''Steps'''<% end %>
158
+ <% if description.split(';').length > 1 %><% description.split(';').each do |step| %>
159
+ *<%= step.strip %><% end %>
160
+ <% else %>
158
161
  <%= description %>
159
- <% unless outcome.nil? %>'''Outcome'''<% end %>
162
+ <% end %>
163
+ <% unless outcome.nil? %>'''Outcome'''
164
+ <% end %>
160
165
  <%= outcome %>
161
166
  EOF
162
167
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trackinator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: