Skip to content

Commit

Permalink
add example spec test
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Aug 4, 2013
1 parent 4050f0d commit fb932f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ fixtures:
repositories:
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
symlinks:
"foo": "#{source_dir}"
"module_skel": "#{source_dir}"
9 changes: 9 additions & 0 deletions spec/classes/module_skel_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
require 'spec_helper'

describe 'module_skel', :type => 'class' do

describe 'for osfamily RedHat' do
it { should contain_class('module_skel') }
end

end

0 comments on commit fb932f9

Please sign in to comment.