summaryrefslogtreecommitdiffstats
path: root/spec/unit/provider/mount/parsed_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/provider/mount/parsed_spec.rb')
-rwxr-xr-xspec/unit/provider/mount/parsed_spec.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/unit/provider/mount/parsed_spec.rb b/spec/unit/provider/mount/parsed_spec.rb
index 4db167e23..8d1c6ad9e 100755
--- a/spec/unit/provider/mount/parsed_spec.rb
+++ b/spec/unit/provider/mount/parsed_spec.rb
@@ -40,9 +40,7 @@ module ParsedMountTesting
}
@provider_class.fields(:parsed).each do |field|
- unless args.include? field
- args[field] = "fake#{field}#{@pcount}"
- end
+ args[field] = "fake#{field}#{@pcount}" unless args.include? field
end
return args