Skip to content

Commit

Permalink
(#14138) Fix spec test for aptitude changes.
Browse files Browse the repository at this point in the history
Fix spec test related to apttitude update -> apt-get update change,
  • Loading branch information
nanliu committed May 3, 2012
1 parent 51a7596 commit 67023aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/defines/ppa_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
end

it { should contain_exec("apt-update-#{t}").with(
'command' => '/usr/bin/aptitude update',
'command' => '/usr/bin/apt-get update',
'refreshonly' => true
)
}
Expand Down

0 comments on commit 67023aa

Please sign in to comment.