summaryrefslogtreecommitdiffstats
path: root/spec/unit/puppet_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/puppet_spec.rb')
-rwxr-xr-xspec/unit/puppet_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/unit/puppet_spec.rb b/spec/unit/puppet_spec.rb
index 07834299a..60ac9e9d9 100755
--- a/spec/unit/puppet_spec.rb
+++ b/spec/unit/puppet_spec.rb
@@ -4,9 +4,9 @@ require File.dirname(__FILE__) + '/../spec_helper'
require 'puppet'
describe Puppet do
- Puppet::Util::Log.eachlevel do |level|
- it "should have a method for sending '#{level}' logs" do
- Puppet.should respond_to(level)
- end
+ Puppet::Util::Log.eachlevel do |level|
+ it "should have a method for sending '#{level}' logs" do
+ Puppet.should respond_to(level)
end
+ end
end