Fix spec to check for correct type of package
This commit is contained in:
parent
6a2a23e9c9
commit
bd1e0194df
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ describe 'whatpulse' do
|
|||
it do
|
||||
should contain_package('Whatpulse').with({
|
||||
:source => 'http://amcdn.whatpulse.org/files/whatpulse-mac-2.2.1.dmg',
|
||||
:provider => 'okgdmg'
|
||||
:provider => 'pkgdmg'
|
||||
})
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue