Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Template class
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaals committed Apr 3, 2013
1 parent ead9a6a commit 39ba742
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This is a placeholder class.
class template {
notify { 'Hello_World': }
}
7 changes: 7 additions & 0 deletions spec/classes/template_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
require 'spec_helper'

describe 'template' do
it do
should contain_notify('Hello_World')
end
end
Empty file added spec/fixtures/manifests/site.pp
Empty file.
1 change: 1 addition & 0 deletions spec/fixtures/modules/template/manifests

0 comments on commit 39ba742

Please sign in to comment.