summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2016-01-22 09:44:05 +0000
committerThom May <thom@chef.io>2016-01-22 09:44:05 +0000
commit3bf45a67e60d1081d4288bb01d0f2fc944ed8ca7 (patch)
tree7e5c5afc28ccf093af9fae833b62e38ea4a594e4
parent2d5d95e2ef4de8ddc7df35c3a306c8d89ee5cd6f (diff)
downloadchef-tm/apt_update.tar.gz
fix style nittm/apt_update
-rw-r--r--spec/unit/resource/apt_update_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/resource/apt_update_spec.rb b/spec/unit/resource/apt_update_spec.rb
index 786f9bf0a4..8015cb03b3 100644
--- a/spec/unit/resource/apt_update_spec.rb
+++ b/spec/unit/resource/apt_update_spec.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require 'spec_helper'
+require "spec_helper"
describe Chef::Resource::AptUpdate do