templates/controlrepo.yaml.erb in onceover-3.8.0 vs templates/controlrepo.yaml.erb in onceover-3.9.0
- old
+ new
@@ -3,10 +3,10 @@
<% repo.roles.each do |role| -%>
- <%= role %>
<% end -%>
# Nodes to tests classes on, this refers to a 'factset' or 'nodeset'
-# depending on weather you are running 'spec' or 'acceptance' tests
+# depending on whether you are running 'spec' or 'acceptance' tests
nodes:
<% repo.facts_files.each do |file| -%>
- <%= File.basename(file,'.json') %>
<% end -%>
\ No newline at end of file