[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
test branch
puppet-dev at googlegroups.com
Wed Jul 14 10:33:23 UTC 2010
The following commit has been merged in the upstream branch:
commit 5fd6e546af5b5e4520f2cc88aaa5b705cdfd4249
Author: Markus Roberts <Markus at reality.com>
Date: Fri Apr 30 16:39:08 2010 -0700
Change the main spec to an apply spec
This appears to have been left out of the preceeding commit sequence.
diff --git a/spec/integration/application/main.rb b/spec/integration/application/apply.rb
similarity index 90%
rename from spec/integration/application/main.rb
rename to spec/integration/application/apply.rb
index b8933e4..c6e73e8 100755
--- a/spec/integration/application/main.rb
+++ b/spec/integration/application/apply.rb
@@ -4,9 +4,9 @@ require File.dirname(__FILE__) + '/../../spec_helper'
require 'puppet_spec/files'
-require 'puppet/application/main'
+require 'puppet/application/apply'
-describe "main" do
+describe "apply" do
include PuppetSpec::Files
describe "when applying provided catalogs" do
@@ -21,7 +21,7 @@ describe "main" do
File.open(manifest, "w") { |f| f.print catalog.to_pson }
- puppet = Puppet::Application[:main]
+ puppet = Puppet::Application[:apply]
puppet.options[:catalog] = manifest
puppet.apply
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list