1
0
Fork 0

Fix spec to check for correct type of package

This commit is contained in:
Andrew Tomaka 2013-10-13 15:51:28 -04:00
parent 6a2a23e9c9
commit bd1e0194df
1 changed files with 1 additions and 1 deletions

View File

@ -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