aboutsummaryrefslogtreecommitdiffstats
path: root/modules/opendkim/spec/classes/init_spec.rb
blob: 5ce0a75d8f460cc2db633ed99abf9c88e1d652eb (plain)
1
2
3
4
5
6
7
require 'spec_helper'
describe 'opendkim' do

  context 'with defaults for all parameters' do
    it { should contain_class('opendkim') }
  end
end