Skip to content

Instantly share code, notes, and snippets.

@raphink
Last active December 16, 2015 00:48
Show Gist options
  • Save raphink/5349786 to your computer and use it in GitHub Desktop.
Save raphink/5349786 to your computer and use it in GitHub Desktop.
require 'spec_helper'
describe 'ssh', :classes => [ 'augeas' ], :facts => { :osfamily => 'Debian' } do
it { should be_installed }
it { should be_enabled }
it { should be_running }
end
describe 'port 22', :classes => ['ssh'] do
it { should be_listening }
end
describe '/home/rpinson/dev' do
it { should be_directory }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment