diff --git a/docs/resources/users.md.erb b/docs/resources/users.md.erb index b833a97b7..79f60e656 100644 --- a/docs/resources/users.md.erb +++ b/docs/resources/users.md.erb @@ -108,7 +108,7 @@ where `0` represents the maximum number of days. The `shell` matcher tests the path to the default shell for the user: - its('shell') { should eq '/bin/bash' } + its('shells') { should eq ['/bin/bash'] } ### uid