Added documentation & TODOs resource.rb & changed time format in base.erb
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
RubyQA Test Report
|
||||
|
||||
QA Date: <%= Time.now %>
|
||||
QA Date: <%= Time.now.strftime("%Y/%m/%d %l:%M:%S %Z") %>
|
||||
QA Runner: <%= ENV['USER'] %>
|
||||
QA Tests: <%= Manager.tests.count %>
|
||||
<% Manager.tests.each do |test| -%>
|
||||
@@ -11,8 +11,10 @@ QA Hosts:
|
||||
- <%= host.name %> (<%= host.data[:ip] %>)
|
||||
<% end -%>
|
||||
|
||||
Tests Begin
|
||||
-----------
|
||||
###############
|
||||
# Tests Begin #
|
||||
###############
|
||||
|
||||
<% Manager.tests.each do |test| -%>
|
||||
<%= test.report %>
|
||||
<% end -%>
|
||||
|
Reference in New Issue
Block a user