summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorPaul Lathrop <paul@tertiusfamily.net>2008-03-31 10:46:15 -0700
committerPaul Lathrop <paul@tertiusfamily.net>2008-03-31 10:46:15 -0700
commitd575b8a0afd25c16918844794ac9f11a877168b7 (patch)
treef867358c052132f96543afeb62dd28fd6e07789e /spec
parent72dc58ce541102f02d0f8dfd177675dd049730c3 (diff)
parenteae5cee12df708de5cebfbed2fff42a1890070f5 (diff)
downloadpuppet-d575b8a0afd25c16918844794ac9f11a877168b7.tar.gz
puppet-d575b8a0afd25c16918844794ac9f11a877168b7.tar.xz
puppet-d575b8a0afd25c16918844794ac9f11a877168b7.zip
Merge branch '0.24.x' of git://reductivelabs.com/puppet into unit-tests
Diffstat (limited to 'spec')
-rwxr-xr-xspec/unit/file_serving/configuration.rb2
-rwxr-xr-xspec/unit/file_serving/configuration/parser.rb2
-rwxr-xr-xspec/unit/indirector/checksum/file.rb2
-rwxr-xr-xspec/unit/indirector/direct_file_server.rb2
-rwxr-xr-xspec/unit/indirector/facts/facter.rb2
-rwxr-xr-xspec/unit/indirector/file.rb2
-rwxr-xr-xspec/unit/indirector/file_server.rb2
-rwxr-xr-xspec/unit/parser/ast/node.rb2
-rwxr-xr-xspec/unit/ral/provider/mount/parsed.rb2
-rwxr-xr-xspec/unit/ral/type/mount.rb2
10 files changed, 10 insertions, 10 deletions
diff --git a/spec/unit/file_serving/configuration.rb b/spec/unit/file_serving/configuration.rb
index eecaefe5f..a0710e20d 100755
--- a/spec/unit/file_serving/configuration.rb
+++ b/spec/unit/file_serving/configuration.rb
@@ -221,4 +221,4 @@ describe Puppet::FileServing::Configuration do
@config.authorized?("/one/my/file").should be_false
end
end
-end \ No newline at end of file
+end
diff --git a/spec/unit/file_serving/configuration/parser.rb b/spec/unit/file_serving/configuration/parser.rb
index df2f629d5..93d30ca1c 100755
--- a/spec/unit/file_serving/configuration/parser.rb
+++ b/spec/unit/file_serving/configuration/parser.rb
@@ -132,4 +132,4 @@ describe Puppet::FileServing::Configuration::Parser do
@parser.parse
end
end
-end \ No newline at end of file
+end
diff --git a/spec/unit/indirector/checksum/file.rb b/spec/unit/indirector/checksum/file.rb
index 4f8ee98b2..3a82faccc 100755
--- a/spec/unit/indirector/checksum/file.rb
+++ b/spec/unit/indirector/checksum/file.rb
@@ -137,4 +137,4 @@ describe Puppet::Checksum::File do
@store.destroy(file)
end
end
-end \ No newline at end of file
+end
diff --git a/spec/unit/indirector/direct_file_server.rb b/spec/unit/indirector/direct_file_server.rb
index 9f3652536..a89b938e7 100755
--- a/spec/unit/indirector/direct_file_server.rb
+++ b/spec/unit/indirector/direct_file_server.rb
@@ -89,4 +89,4 @@ describe Puppet::Indirector::DirectFileServer do
@server.search(@uri, :testing => :one, :other => :two)
end
end
-end \ No newline at end of file
+end
diff --git a/spec/unit/indirector/facts/facter.rb b/spec/unit/indirector/facts/facter.rb
index 0974a60ec..5ec66555d 100755
--- a/spec/unit/indirector/facts/facter.rb
+++ b/spec/unit/indirector/facts/facter.rb
@@ -73,4 +73,4 @@ describe Puppet::Node::Facts::Facter do
describe Puppet::Node::Facts::Facter, " when loading facts from the factpath" do
it "should load every fact in each factpath directory"
end
-end \ No newline at end of file
+end
diff --git a/spec/unit/indirector/file.rb b/spec/unit/indirector/file.rb
index 37740f0d0..a2aa4502d 100755
--- a/spec/unit/indirector/file.rb
+++ b/spec/unit/indirector/file.rb
@@ -155,4 +155,4 @@ describe Puppet::Indirector::File do
@searcher.destroy(file)
end
end
-end \ No newline at end of file
+end
diff --git a/spec/unit/indirector/file_server.rb b/spec/unit/indirector/file_server.rb
index 974b95e0e..79be8cc29 100755
--- a/spec/unit/indirector/file_server.rb
+++ b/spec/unit/indirector/file_server.rb
@@ -165,4 +165,4 @@ describe Puppet::Indirector::FileServer do
@file_server.search(@uri, :testing => :one, :other => :two)
end
end
-end \ No newline at end of file
+end
diff --git a/spec/unit/parser/ast/node.rb b/spec/unit/parser/ast/node.rb
index 757934415..aaba4c2e8 100755
--- a/spec/unit/parser/ast/node.rb
+++ b/spec/unit/parser/ast/node.rb
@@ -122,4 +122,4 @@ describe Puppet::Parser::AST::Node do
@compiler.class_scope(@middle).namespaces.should be_include(@top.namespace)
end
end
-end \ No newline at end of file
+end
diff --git a/spec/unit/ral/provider/mount/parsed.rb b/spec/unit/ral/provider/mount/parsed.rb
index b2ca22987..21276d911 100755
--- a/spec/unit/ral/provider/mount/parsed.rb
+++ b/spec/unit/ral/provider/mount/parsed.rb
@@ -182,4 +182,4 @@ describe provider_class do
it "should specify the filesystem when remounting a filesystem"
end
-end \ No newline at end of file
+end
diff --git a/spec/unit/ral/type/mount.rb b/spec/unit/ral/type/mount.rb
index 9247601e6..8fa2e6f7c 100755
--- a/spec/unit/ral/type/mount.rb
+++ b/spec/unit/ral/type/mount.rb
@@ -189,4 +189,4 @@ describe Puppet::Type::Mount::Ensure do
@mount.refresh
end
end
-end \ No newline at end of file
+end