diff options
Diffstat (limited to 'spec/unit')
-rw-r--r-- | spec/unit/provider/user_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/provider/user_spec.rb b/spec/unit/provider/user_spec.rb index 7a07527834..0d806b2eb2 100644 --- a/spec/unit/provider/user_spec.rb +++ b/spec/unit/provider/user_spec.rb @@ -129,7 +129,7 @@ describe Chef::Provider::User do end it "shouldn't try and convert the group gid if none has been supplied" do - @new_resource.gid(false) + @new_resource.gid(nil) expect(@provider).not_to receive(:convert_group_name) @provider.load_current_resource end |