cutting rubocop offenses down to 32

This commit is contained in:
Sean OMeara
2013-11-04 21:37:55 -05:00
parent 4675d7736a
commit b113d5bc48
13 changed files with 151 additions and 149 deletions

View File

@@ -1,4 +1,4 @@
#
# encoding: utf-8
# Copyright 2012, Opscode, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,11 +14,12 @@
# limitations under the License.
#
# helpers
module Helpers
# postfix
module Postfix
include MiniTest::Chef::Assertions
include MiniTest::Chef::Context
include MiniTest::Chef::Resources
end
end