diff options
author | Thom May <thom@chef.io> | 2016-01-22 09:44:05 +0000 |
---|---|---|
committer | Thom May <thom@chef.io> | 2016-01-22 09:44:05 +0000 |
commit | 3bf45a67e60d1081d4288bb01d0f2fc944ed8ca7 (patch) | |
tree | 7e5c5afc28ccf093af9fae833b62e38ea4a594e4 /spec/unit | |
parent | 2d5d95e2ef4de8ddc7df35c3a306c8d89ee5cd6f (diff) | |
download | chef-3bf45a67e60d1081d4288bb01d0f2fc944ed8ca7.tar.gz |
fix style nittm/apt_update
Diffstat (limited to 'spec/unit')
-rw-r--r-- | spec/unit/resource/apt_update_spec.rb | 2 |
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 |