summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* update logic so that we don't return dummy values in resource reporterjamesc2013-07-101-4/+4
* OC-8641 - new_resource.cookbook_version is nil for some resourcesjamesc2013-07-101-0/+51
* Ignore corrupt cache control data; re-download filedanielsdeleo2013-07-091-0/+9
* this should have been reverted to old behavior, causes failures onLamont Granquist2013-07-031-1/+1
* Fix test expectations for windows file separatorsDaniel DeLeo2013-07-031-2/+4
* Revert "Merge branch 'CHEF-3307'"Bryan McLellan2013-07-035-26/+1
* Revert "Merge pull request #812 from opscode/lcg/CHEF-3307-empty-string-fix"Bryan McLellan2013-07-031-56/+50
* Use symlink source when inspecting current permissionsdanielsdeleo2013-07-022-12/+54
* Merge pull request #863 from opscode/lcg/diff-encodinglamont-granquist2013-07-024-14/+369
|\
| * fix spec test for ruby-2.0Lamont Granquist2013-07-011-1/+1
| * many bugs:Lamont Granquist2013-06-281-12/+352
| * ruby >= 1.9 is more useful than ruby == 1.9 in a ruby 1.9+2.0 worldLamont Granquist2013-06-283-1/+16
* | Don't call readlines on stderr which is a string object.sersut2013-06-281-36/+17
|/
* Test manage_symlink_source w/ links to linksdanielsdeleo2013-06-261-0/+36
* Update tests to expect normalized filenamesDaniel DeLeo2013-06-261-4/+10
* Fix spec file loading annoyancesdanielsdeleo2013-06-263-22/+30
* Allow file resources to manage files via symlinkdanielsdeleo2013-06-261-26/+164
* Determine if ACL mgmt follows symlinks by provider type.danielsdeleo2013-06-251-1/+1
* Fix invalid assumption of non-nil code attribute and handle change to use -Fi...adamedx2013-06-251-2/+2
* Fix Win2k3 32-bit status code test failuresadamedx2013-06-251-2/+4
* Add functional tests for exit code and flags, fix architecture test verificationadamedx2013-06-252-42/+112
* OC-8337: Fix 32-bit OS test breaksadamedx2013-06-251-9/+7
* OC-8337: Architecture functional test coverageadamedx2013-06-252-8/+8
* OC-8337: Add architecture functional test coverage, fix resource name collisionadamedx2013-06-251-7/+79
* Expect user home dir to always be created on RHEL on more tests.sersut2013-06-241-4/+13
* Expect user home dir to always be created on RHELdanielsdeleo2013-06-211-2/+9
* Expect unlocking user w/o password to fail on slesdanielsdeleo2013-06-211-13/+30
* Skip test for username with quote where unsupported.danielsdeleo2013-06-211-0/+11
* Ensure usermod -d option comes before -m.danielsdeleo2013-06-211-5/+6
* Ignore exit status 12 when deleting test user accountdanielsdeleo2013-06-211-1/+1
* Merge pull request #840 from opscode/lcg/cloexec_lockfilelamont-granquist2013-06-203-0/+12
|\
| * add test, bitwise arithm, note about 1.8/1.9/2.0 differencesLamont Granquist2013-06-203-0/+12
* | [CHEF-4204] Fix solaris tests to not access shadow file.danielsdeleo2013-06-203-94/+92
* | Pass useradd commands as argv array instead of sh command.danielsdeleo2013-06-204-696/+467
* | [CHEF-4204] Convert useradd provider to shelloutdanielsdeleo2013-06-202-109/+63
* | [CHEF-4204] silence shell out live stream in testsdanielsdeleo2013-06-201-0/+3
* | [CHEF-4204] add lock/unlock testsdanielsdeleo2013-06-201-0/+113
* | Stub that /etc/network/interfaces really is there [on windows]Bryan McLellan2013-06-201-0/+1
* | Merge pull request #833 from opscode/handle-new-depsolver-errorsSerdar Sutay2013-06-191-2/+38
|\ \
| * | Handle new 412 depsolver errors without any cookbook information.sersut2013-06-191-2/+38
* | | aix's error message for EPERM is like solaris'sLamont Granquist2013-06-191-7/+7
* | | CHEF-3521: Wrap the call to yum-dump.rb in a configurable timeout.Phil Dibowitz2013-06-191-20/+36
* | | [CHEF-972] fixed test unit/runner_spec.rb:379: only_if_called_times.should == 2Xabier de Zuazo2013-06-191-1/+1
* | | [CHEF-972] removed the #self.not_if method and the private constructor from C...Xabier de Zuazo2013-06-191-18/+16
* | | [CHEF-972] first line of conditional_action_nothing_spec.rb with an empty com...Xabier de Zuazo2013-06-191-1/+1
* | | [CHEF-972] replaced the CondidionalAction class by a ConditionalActionNothing...Xabier de Zuazo2013-06-191-27/+3
* | | [CHEF-972] added test for checking doc formatter output when action is :nothingXabier de Zuazo2013-06-191-0/+7
* | | [CHEF-972] created a ConditionalAction class to be used in resource#should_sk...Xabier de Zuazo2013-06-191-0/+71
* | | [CHEF-972] resource action should have higher precedence than only_if/not_if ...Xabier de Zuazo2013-06-191-1/+101
* | | [CHEF-3029] fixed old tests from Version, already exists in the Version::Plat...Xabier de Zuazo2013-06-191-5/+1