Fixed typo 'absense' to 'absence'
This commit is contained in:
parent
db2a321434
commit
eca43f41cd
1 changed files with 2 additions and 2 deletions
|
@ -398,7 +398,7 @@ describe provider_class do
|
||||||
expect(File.read(@tmpfile)).to eql("foo1\nfoo2\n")
|
expect(File.read(@tmpfile)).to eql("foo1\nfoo2\n")
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'should ignore the match if match_for_absense is not specified' do
|
it 'should ignore the match if match_for_absence is not specified' do
|
||||||
@resource = Puppet::Type::File_line.new(
|
@resource = Puppet::Type::File_line.new(
|
||||||
{
|
{
|
||||||
:name => 'foo',
|
:name => 'foo',
|
||||||
|
@ -416,7 +416,7 @@ describe provider_class do
|
||||||
expect(File.read(@tmpfile)).to eql("foo1\nfoo\n")
|
expect(File.read(@tmpfile)).to eql("foo1\nfoo\n")
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'should ignore the match if match_for_absense is false' do
|
it 'should ignore the match if match_for_absence is false' do
|
||||||
@resource = Puppet::Type::File_line.new(
|
@resource = Puppet::Type::File_line.new(
|
||||||
{
|
{
|
||||||
:name => 'foo',
|
:name => 'foo',
|
||||||
|
|
Loading…
Reference in a new issue