summaryrefslogtreecommitdiff
path: root/spec/unit/mixin/unformatter_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/mixin/unformatter_spec.rb')
-rw-r--r--spec/unit/mixin/unformatter_spec.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/unit/mixin/unformatter_spec.rb b/spec/unit/mixin/unformatter_spec.rb
index b2b57c150c..5c39cfb320 100644
--- a/spec/unit/mixin/unformatter_spec.rb
+++ b/spec/unit/mixin/unformatter_spec.rb
@@ -24,7 +24,6 @@ class Chef::UnformatterTest
def foo
end
-
end
describe Chef::Mixin::Unformatter do
@@ -55,7 +54,5 @@ describe Chef::Mixin::Unformatter do
unformatter.write("FOO: #{message}")
end
end
-
end
-
end