Skip to content

Commit

Permalink
add trivial pureftpd class rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Aug 2, 2013
1 parent 6cd6c2e commit cdb93ba
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions spec/classes/pureftpd_spec.rb
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
require 'spec_helper'

describe 'pureftpd' do
let(:facts) { {:osfamily=> 'RedHat'} }

describe 'with no params' do
it do
should include_class('pureftpd')
should include_class('pureftpd::install')
should include_class('pureftpd::config')
should include_class('pureftpd::service')
end
end
end

0 comments on commit cdb93ba

Please sign in to comment.