summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAshwin <avarma@msystechnologies.com>2021-09-07 17:24:40 +0530
committerTim Smith <tsmith84@gmail.com>2021-09-16 18:16:42 -0700
commit3a202c8c732dee90c7f4697cb0e500175ac01522 (patch)
tree152d70a0f37caf2360f52ac08e49b9258e531def /spec
parent357fd5f5061e742d544dfc78f1bd5053b40c86f9 (diff)
downloadchef-3a202c8c732dee90c7f4697cb0e500175ac01522.tar.gz
Fixing chefstyle
Signed-off-by: Ashwin <avarma@msystechnologies.com>
Diffstat (limited to 'spec')
-rw-r--r--spec/unit/resource/user_ulimit_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/unit/resource/user_ulimit_spec.rb b/spec/unit/resource/user_ulimit_spec.rb
index e9a675b89e..7acd9239a5 100644
--- a/spec/unit/resource/user_ulimit_spec.rb
+++ b/spec/unit/resource/user_ulimit_spec.rb
@@ -17,7 +17,6 @@
#
require "spec_helper"
-
describe Chef::Resource::UserUlimit do
let(:node) { Chef::Node.new }
let(:events) { Chef::EventDispatch::Dispatcher.new }
@@ -61,7 +60,7 @@ describe Chef::Resource::UserUlimit do
it "should be set on the resource" do
expect(resource.sensitive).to(be_truthy)
- end
+ end
end
end
end