summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorantima-gupta <agupta@msystechnologies.com>2020-08-28 18:07:41 +0530
committerantima-gupta <agupta@msystechnologies.com>2020-08-28 18:07:41 +0530
commit4e6234d500475ec772ae2f7d81bfb91067b4a12c (patch)
treece5d60b4011beb0ee4f30d852c73a6feb2da02a8 /spec
parentd0764e7849a69f5ce9b0a7bf24a7c0263a9f2c8e (diff)
downloadchef-4e6234d500475ec772ae2f7d81bfb91067b4a12c.tar.gz
removed unnecessary 'ostruct' from linux mount provider spec.
Added permalink for Regex. Renamed the linux_mount recipe file to mount in kitechen-tests. Signed-off-by: antima-gupta <agupta@msystechnologies.com>
Diffstat (limited to 'spec')
-rw-r--r--spec/unit/provider/mount/linux_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/provider/mount/linux_spec.rb b/spec/unit/provider/mount/linux_spec.rb
index e6d903dffc..1141175780 100644
--- a/spec/unit/provider/mount/linux_spec.rb
+++ b/spec/unit/provider/mount/linux_spec.rb
@@ -1,5 +1,4 @@
require "spec_helper"
-require "ostruct"
describe Chef::Provider::Mount::Linux do