Merge pull request #69 from branan/fix_source_test
Fix the spec test for apt::source
This commit is contained in:
commit
1a294a83fb
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ describe 'apt::source', :type => :define do
|
|||
|
||||
[{},
|
||||
{
|
||||
:location => 'somewhere',
|
||||
:location => 'http://example.com',
|
||||
:release => 'precise',
|
||||
:repos => 'security',
|
||||
:include_src => false,
|
||||
|
@ -39,7 +39,7 @@ describe 'apt::source', :type => :define do
|
|||
},
|
||||
{
|
||||
:ensure => 'absent',
|
||||
:location => 'somewhere',
|
||||
:location => 'http://example.com',
|
||||
:release => 'precise',
|
||||
:repos => 'security',
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue