summaryrefslogtreecommitdiff
path: root/spec/unit
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-02-19 10:48:49 -0800
committerTim Smith <tsmith@chef.io>2019-02-19 10:48:49 -0800
commit4e198944ca099eeeceabfa5672d74ac94a9bbb90 (patch)
tree439b9f09a4b1de2e9aa275033f6c25c1003d87ed /spec/unit
parent3802f19d0b613c63c30e09e713debf2ac223d837 (diff)
downloadchef-4e198944ca099eeeceabfa5672d74ac94a9bbb90.tar.gz
Fix bad spec descriptions
These are the opposite Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/unit')
-rw-r--r--spec/unit/provider/user/dscl_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/provider/user/dscl_spec.rb b/spec/unit/provider/user/dscl_spec.rb
index 2c3e5d59af..cff8986be4 100644
--- a/spec/unit/provider/user/dscl_spec.rb
+++ b/spec/unit/provider/user/dscl_spec.rb
@@ -149,12 +149,12 @@ ea18e18b720e358e7fbe3cfbeaa561456f6ba008937a30"
new_resource.system(true)
end
- it "should return the first unused uid number on or above 500" do
+ it "should return the first unused uid number on or above 200" do
expect(provider.get_free_uid).to eq(202)
end
end
- it "should return the first unused uid number on or above 200" do
+ it "should return the first unused uid number on or above 500" do
expect(provider.get_free_uid).to eq(502)
end