diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-03-21 12:17:22 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2018-03-21 12:17:22 -0700 |
commit | bd7c5c0fb7dfd6005a8e5bc3944f77230069445e (patch) | |
tree | 3b9c597340deea81ecb6c2199a4987de072c4812 /spec/unit/user_spec.rb | |
parent | 8e9ea543502781d4e0f71a9d577f639c256171b1 (diff) | |
download | chef-bd7c5c0fb7dfd6005a8e5bc3944f77230069445e.tar.gz |
rubocop fixes from engine bump to 0.54.0lcg/rubocop-fixes
some cops got a little stricter.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'spec/unit/user_spec.rb')
-rw-r--r-- | spec/unit/user_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/user_spec.rb b/spec/unit/user_spec.rb index a1806db987..10a79f6c8a 100644 --- a/spec/unit/user_spec.rb +++ b/spec/unit/user_spec.rb @@ -17,7 +17,7 @@ # # DEPRECATION NOTE -# This code only remains to support users still operating with +# This code only remains to support users still operating with # Open Source Chef Server 11 and should be removed once support # for OSC 11 ends. New development should occur in user_spec.rb. |