Skip to content

Instantly share code, notes, and snippets.

@catatsuy
Created October 3, 2013 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save catatsuy/6808825 to your computer and use it in GitHub Desktop.
Save catatsuy/6808825 to your computer and use it in GitHub Desktop.
describe package('XML_Util') do
it { should be_installed.by('pear').with_version('1.2.1') }
end
describe package('App::Ack') do
it { should be_installed.by('cpan').with_version('2.04') }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment