Skip to content

Instantly share code, notes, and snippets.

@bodepd
Created July 18, 2011 05:43
Show Gist options
  • Save bodepd/1088627 to your computer and use it in GitHub Desktop.
Save bodepd/1088627 to your computer and use it in GitHub Desktop.
describe 'rabbitmq::plugins', :type => :define do
let(:module_path) { "#{File.dirname(__FILE__)}/../../../../" }
let(:title) { 'foo' }
describe 'default behaviors' do
let(:params) { {} }
let(:facts) { {'puppetversion' => '1.2.3'} }
it { should create_resource('package', 'rabbitmq-server').with_param('ensure', 'absent') }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment