Skip to content

Commit

Permalink
Merge pull request #47 from nanliu/master
Browse files Browse the repository at this point in the history
(#14138) Fix spec test for aptitude changes.
  • Loading branch information
bodepd committed May 3, 2012
2 parents 51a7596 + 67023aa commit df376cb
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 df376cb

Please sign in to comment.