Skip to content

Commit

Permalink
refactor(string): remove capitalisation from 'template' string
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Jun 28, 2019
1 parent 653d314 commit 7062210
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris
version: 2.1.15
release: 1
minimum_version: 2016.11
summary: Template formula
summary: template formula
description: Formula to use as a template for other formulas
top_level_dir: template
2 changes: 1 addition & 1 deletion test/integration/default/controls/config_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
control 'Template configuration' do
control 'template configuration' do
title 'should match desired lines'

describe file('/etc/template-formula.conf') do
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/controls/packages_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
package_name = 'cronie'
end

control 'Template package' do
control 'template package' do
title 'should be installed'

describe package(package_name) do
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/controls/services_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
service_name = 'crond'
end

control 'Template service' do
control 'template service' do
impact 0.5
title 'should be running and enabled'

Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/inspec.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: template
title: Template Formula
title: template formula
maintainer: Your Name
license: Apache-2.0
summary: Verify that the template formula is setup and configured correctly
Expand Down

0 comments on commit 7062210

Please sign in to comment.