Skip to content

Commit d1a31d7

Browse files
committed
Cleanup readme
1 parent 92c13e5 commit d1a31d7

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,3 @@ class { 'zend_common::license':
5757
source => 'puppet:///modules/<MODULE_NAME>/zend/license',
5858
}
5959
```
60-
61-
## Limitations
62-
63-
In the Limitations section, list any incompatibilities, known issues, or other
64-
warnings.
65-
66-
## Development
67-
68-
In the Development section, tell other users the ground rules for contributing
69-
to your project and how they should submit their work.
70-
71-
## Release Notes/Contributors/Etc. **Optional**
72-
73-
If you aren't using changelog, put your release notes here (though you should
74-
consider using changelog). You can also add any additional sections you feel are
75-
necessary or important to include here. Please use the `##` header.
76-
77-
[1]: https://puppet.com/docs/pdk/latest/pdk_generating_modules.html
78-
[2]: https://puppet.com/docs/puppet/latest/puppet_strings.html
79-
[3]: https://puppet.com/docs/puppet/latest/puppet_strings_style.html

spec/classes/license_spec.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
describe 'zend_common::license' do
66
on_supported_os.each do |os, os_facts|
77
context "on #{os}" do
8-
let(:facts) { os_facts }
9-
108
file_uri = 'puppet:///modules/test_module/licenses/test-license'
11-
9+
let(:facts) { os_facts }
1210
let(:params) { { source: file_uri } }
1311

1412
it { is_expected.to compile }

0 commit comments

Comments
 (0)