summaryrefslogtreecommitdiff
path: root/spec/support
Commit message (Expand)AuthorAgeFilesLines
* Move `ohai` helper into platform_helpers, fix perf issue.danielsdeleo2014-07-301-0/+5
* Make the windows memory leak test more robust.sersut2014-07-141-1/+1
* Handle unexpected default non-inheritable ACLs on non-vanilla windows boxes.sersut2014-07-141-5/+13
* Automatically find out the sid for Administrators so that the specs can run o...sersut2014-07-141-2/+1
* Add RSpec matcher match_environment_variable.Claire McQuin2014-07-101-0/+17
* Allow Pedant to run if port 8889 is blockedJohn Keiser2014-07-072-2/+4
* Avoid accidentally configuring logger for debug during testsdanielsdeleo2014-06-111-1/+1
* Merge pull request #1164 from ClogenyTechnologies/kd-OC-9954-aix-rspecClaire McQuin2014-06-092-4/+24
|\
| * OC-9954 - aix: use 'guest' user for rspec tests instead of 'nobody' user.kaustubh-d2013-12-052-4/+24
* | Use wmi-lite gem dependency for wmi accessAdam Edwards2014-05-301-1/+0
* | Re-implement ruby-wmi functionalityAdam Edwards2014-05-301-1/+1
* | Use wmi-lite gem dependency for wmi accessAdam Edwards2014-05-301-3/+3
* | Re-implement ruby-wmi functionalityAdam Edwards2014-05-301-4/+7
* | Merge pull request #1442 from opscode/CHEF-5259Claire McQuin2014-05-291-0/+21
|\ \
| * | create shared context for default config optionsClaire McQuin2014-05-221-0/+21
* | | Make pedant green againJohn Keiser2014-05-271-1/+1
* | | Explicitly add org defaults to pedant testJohn Keiser2014-05-271-0/+1
|/ /
* | Merge pull request #1383 from opscode/lcg/CHEF-5015Serdar Sutay2014-05-071-0/+52
|\ \
| * | add func tests for CHEF-5015Lamont Granquist2014-04-171-0/+52
* | | Make indentable print() function more intelligibleJohn Keiser2014-05-021-2/+2
* | | Fix warnings caused by reloading Configdanielsdeleo2014-04-241-0/+7
* | | Merge: Get local mode passing against chef-pedantJohn Keiser2014-04-233-0/+211
|\ \ \
| * | | Run Pedant against local mode in TravisJohn Keiser2014-04-223-0/+211
* | | | CHEF-5100: moar func testsLamont Granquist2014-04-221-0/+23
* | | | wrap methods in a moduleLamont Granquist2014-04-211-112/+115
* | | | CHEF-5198: adding func tests for Chef::HTTP clientsLamont Granquist2014-04-111-0/+216
|/ / /
* | | CR feedback: move command evaluation to guard interpreterAdam Edwards2014-03-291-1/+1
* | | CR feedback: move inheritance to class level, add tests for convert_boolean_trueAdam Edwards2014-03-291-0/+7
* | | Fix namespacing issues caused by moving guard_interpreter logic out of Chef::...Adam Edwards2014-03-291-2/+2
* | | CR feedback: refactor guard interpreter logic out of Resource into ConditionalAdam Edwards2014-03-291-2/+2
* | | Guard resource new specs and spec fixesAdam Edwards2014-03-291-0/+31
* | | Remove extraneous character that breaks test cleanupAdam Edwards2014-03-291-1/+1
|/ /
* | Upgrade Chef Zero & remove PumaSeth Vargo2014-03-122-0/+43
* | Remove the unneeded running of "os" plugin.sersut2014-03-071-1/+1
* | Fix chef spec infra to use OHAI correctly.sersut2014-03-071-2/+1
* | Describe resource cloning behaviors in recipe specs.danielsdeleo2014-02-191-0/+1
* | Expose resource creation via more static methodsdanielsdeleo2014-02-031-1/+1
* | Update file providers to close before unlinking.danielsdeleo2014-02-031-0/+1
* | Close before unlink because windowsdanielsdeleo2014-02-031-8/+11
* | Use custom tempfile to avoid ruby 1.8-related test failuresdanielsdeleo2014-02-031-1/+26
* | Merge pull request #1238 from opscode/lcg/rspec-2.14-deprecation-warningslamont-granquist2014-01-305-41/+51
|\ \
| * | fix broken file provider specsLamont Granquist2014-01-291-0/+10
| * | fix should_not raise_error(SpecificException)Lamont Granquist2014-01-292-3/+3
| * | the perils of regexp-based code editingLamont Granquist2014-01-291-1/+1
| * | s/mock\(/double(/gLamont Granquist2014-01-293-14/+14
| * | s/stub!/stub/gLamont Granquist2014-01-294-25/+25
* | | Remove crufty require of pryBryan McLellan2014-01-301-2/+0
|/ /
* | Restore checksums in the output.sersut2014-01-171-10/+22
* | Merge remote-tracking branch 'goodmanio/CHEF-4639' into CHEF-4639-updatedsersut2014-01-171-43/+71
|\ \
| * | fixed 1.8.7 incompatability issue; removed `pry` importAllen Goodman2013-12-191-4/+1