summaryrefslogtreecommitdiffstats
path: root/spec/integration/type/file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/type/file.rb')
-rwxr-xr-xspec/integration/type/file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/type/file.rb b/spec/integration/type/file.rb
index ef0cd3924..2877153f0 100755
--- a/spec/integration/type/file.rb
+++ b/spec/integration/type/file.rb
@@ -143,7 +143,7 @@ describe Puppet::Type.type(:file) do
@catalog.resource(:file, File.join(@dest, "two")).should be_instance_of(@file.class)
end
end
-
+
it "should have an edge to each resource in the relationship graph" do
@catalog.apply do |trans|
one = @catalog.resource(:file, File.join(@dest, "one"))