Merge pull request #582 from derekmceachern/bug/master/spec_test_typo

MODULES-3201 - Fixed typo 'absense' to 'absence'
This commit is contained in:
Hunter Haugen 2016-04-07 14:53:02 -07:00
commit 6248d241bc

View file

@ -398,7 +398,7 @@ describe provider_class do
expect(File.read(@tmpfile)).to eql("foo1\nfoo2\n")
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(
{
:name => 'foo',
@ -416,7 +416,7 @@ describe provider_class do
expect(File.read(@tmpfile)).to eql("foo1\nfoo\n")
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(
{
:name => 'foo',