summaryrefslogtreecommitdiff
path: root/spec/functional/resource/group_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* try to fix el breaksLamont Granquist2016-08-221-1/+5
* user provider manage_home behavior and refactorLamont Granquist2016-08-191-1/+7
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-6/+8
* Too much log output and unnecessary warnings! Suppress that shit.Kartik Null Cating-Subramanian2016-04-251-4/+4
* update to latest chefstyle - fix casecmptm/fix_casecmpThom May2016-04-201-1/+1
* Update specssalam/group-fixSalim Alam2016-04-071-4/+4
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-3/+3
* auto fixing some rubocopsLamont Granquist2016-02-091-8/+8
* autofixing whitespace copsLamont Granquist2016-02-051-10/+10
* fixes #4515 and use FormatMessage to get correct error messages from native A...invalidMatt Wrock2016-02-031-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Using random names in the group_spec so we don't blow away a real accounttyler-ball2016-01-211-3/+3
* Test failures for the Cisco Nexus 7 platform in Manhattan. It cannot have up...tyler-ball2016-01-211-4/+4
* Use double quotes by defaultThom May2016-01-141-7/+7
* The newly refactored tests were bad on windows - fix it.Kartik Null Cating-Subramanian2015-08-061-2/+4
* Refactor the group tests and handle OSXKartik Null Cating-Subramanian2015-08-061-48/+59
* Fix expected exception on Mac in group_specKartik Null Cating-Subramanian2015-08-061-2/+5
* Don't leak groupsJay Mundrawala2015-07-291-0/+4
* Work around unicode errors by changing specJay Mundrawala2015-07-291-1/+1
* Fix group resource functional specsjdm/group-specsJay Mundrawala2015-07-291-3/+6
* Groups should not exist before managing groups that don't exist in testsBryan McLellan2015-05-291-0/+5
* Group spec needs to respond to shell_outjdm/group-spec-fixJay Mundrawala2015-02-191-0/+3
* Update to RSpec 3.Claire McQuin2014-10-291-25/+25
* Cleanup commented out codebtm/group_functional_testsBryan McLellan2014-09-291-2/+0
* Match group func tests to specificationBryan McLellan2014-09-291-4/+9
* Check the group membership using dscl on Mac.Serdar Sutay2014-09-031-3/+5
* Use valid short name for group memberssiddheshwar-more2014-07-311-4/+5
* Fixed group tests for aix to use short group/user namesiddheshwar-more2014-07-311-5/+6
* Move shared examples invocation into windows-scoped blockadamedx2014-01-131-2/+2
* Reuse of examples via include_examples for more sensible rspec outputAdam Edwards2014-01-131-2/+2
* Windows domain group resource examplesAdam Edwards2014-01-131-15/+84
* CHEF-3012: Use SID instead of username for group membership checksadamedx2014-01-131-1/+12
* Fix specs on Solaris.sersut2013-11-191-3/+38
* Fix specs on FreeBSD.sersut2013-11-191-14/+14
* Turn off functional group resource tests on MacOSX 10.6 due to caching issue ...sersut2013-11-191-1/+5
* Group spec fixed for CI.sersut2013-11-181-0/+3
* Better root checks and better naming for group account in functional group te...sersut2013-11-141-1/+1
* Support :excluded_members in windows group provider.sersut2013-11-121-6/+2
* Support :excluded members in gpasswd provider.sersut2013-11-111-0/+6
* Specs for CHEF-3297. TDD rules.sersut2013-11-111-117/+212
* Renamed unsupported_group_provider_platformMukta A2013-09-031-2/+2
* Updated functional tests for groupsiddheshwar-more2013-09-031-1/+3
* Ignore failures on Suse, BSD, OSX and Solaris for now. File separateChirag Jog2013-09-031-1/+1
* Common check for all UnixesChirag Jog2013-09-031-4/+1
* Incorporated review comments for group resource functional testssiddheshwar-more2013-09-031-17/+30
* 1. Disable user creation tests for OSX due to bug CHEF-2813Chirag Jog2013-09-031-35/+34
* Added functional tests for group resource and apply filter to run test as a r...siddheshwar-more2013-09-031-1/+27
* Updated group resource functional tests to use ohai platform_family insted of...siddheshwar-more2013-09-031-6/+6
* Updated group resource functional tests for windows and linux platformsiddheshwar-more2013-09-031-121/+154