summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshwin <avarma@msystechnologies.com>2021-09-07 17:24:40 +0530
committerAshwin <avarma@msystechnologies.com>2021-09-07 17:24:40 +0530
commit0eef761651b41cac71f229e793c5722b2b508db2 (patch)
treee4297f1233d4be68ae2943d23ef9686eaffb2a2c
parent1f082d4a01ca08758781c5e36aa1cf12fd0a104d (diff)
downloadchef-0eef761651b41cac71f229e793c5722b2b508db2.tar.gz
Fixing chefstyle
Signed-off-by: Ashwin <avarma@msystechnologies.com>
-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