Skip to content

Commit

Permalink
Rework again to make a completely seperate module, site_apache, and u…
Browse files Browse the repository at this point in the history
…se this for testing the template changes. Makes a lot more sense really.
  • Loading branch information
apenney committed May 24, 2013
1 parent 4d51f69 commit f4ca555
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ fixtures:
concat: "git://github.com/ripienaar/puppet-concat.git"
symlinks:
apache: "#{source_dir}"
apache/templates/fake.conf.erb: "../spec/fixtures/templates/fake.conf.erb"
2 changes: 1 addition & 1 deletion spec/classes/apache_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
end
context "with non-default" do
let :params do
{ :conf_template => 'apache/fake.conf.erb' }
{ :conf_template => 'site_apache/fake.conf.erb' }
end
it { should contain_file("/etc/httpd/conf/httpd.conf").with_content %r{^Fake template for rspec.$} }
end
Expand Down
File renamed without changes.

0 comments on commit f4ca555

Please sign in to comment.