summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Enable client-side key generation by default (resolves https://github.com/ops...mcquin/Issues-1711Claire McQuin2014-08-131-74/+83
* fix typo in commentLamont Granquist2014-08-136-6/+6
* add JSONCompat test for parsing JSON commentsLamont Granquist2014-08-131-1/+17
* adding some comments to fixturesLamont Granquist2014-08-136-0/+12
* Remove kitchen tests from spec/ directory, so tests can be run separately.Claire McQuin2014-08-1318-489/+0
* Create and test cookbook on Ubuntu 12.04Claire McQuin2014-08-1321-46/+369
* Merge pull request #1811 from opscode/lcg/rhel-7-e2elamont-granquist2014-08-131-0/+10
|\
| * use ec2-user for rhel7 imageLamont Granquist2014-08-121-1/+1
| * use a flavor that supports HVMLamont Granquist2014-08-121-0/+1
| * add rhel 7 e2e testLamont Granquist2014-08-121-0/+9
* | Updates based on PR comments.Serdar Sutay2014-08-121-3/+0
* | * Dscl user provider changes to support Mac 10.7, 10.8 & 10.9.Serdar Sutay2014-08-1212-265/+3163
* | Do not use :Win32 outside of let, describe, it blocks since we don't have it ...Serdar Sutay2014-08-121-8/+13
|/
* CHEF-5022: Add tests for #set_start_type and cleanupBryan McLellan2014-08-121-3/+15
* CHEF-5022: Rename start_type to current_start_typeBryan McLellan2014-08-121-2/+2
* CHEF-5022: leave enabled to nil for all other statesBryan McLellan2014-08-121-0/+7
* CHEF-5022: Add configure_startup actionBryan McLellan2014-08-122-40/+48
* CHEF-5022: Differentiate between Windows service startup_typesBryan McLellan2014-08-122-10/+84
* Merge pull request #1772 from opscode/chef-1765Serdar Sutay2014-08-121-2/+9
|\
| * Return values with Time class after stubbing :now of Time.Serdar Sutay2014-08-121-1/+2
| * don't return negative timeClaire McQuin2014-08-121-1/+1
| * Ensure reported elapsed_time is nonnegative.Claire McQuin2014-08-121-2/+8
* | Add `name' attribute in fixture cookbooks' metadatadanielsdeleo2014-08-123-9/+16
* | Make `name` a required attribute in metadatadanielsdeleo2014-08-1211-3/+78
* | Add validation to Metadatadanielsdeleo2014-08-121-0/+32
* | Remove cookbook as argument to Metadata's constructordanielsdeleo2014-08-121-37/+49
* | Convert metadata specs (mostly) to let bindingsdanielsdeleo2014-08-121-129/+127
* | Fix ruby warning in metadata unit testdanielsdeleo2014-08-121-2/+0
* | Ignore non-critical errors when finding the cookbook setdanielsdeleo2014-08-125-5/+74
* | FIXME: stub specs for CHEF-2923 regression testsdanielsdeleo2014-08-121-0/+16
* | Remove assumption that cookbook names match dirnames in CookbookLoaderdanielsdeleo2014-08-121-13/+36
* | Respect metadata name attributedanielsdeleo2014-08-125-3/+48
* | Add unit tests for CookbookVersionLoaderdanielsdeleo2014-08-121-0/+90
* | Convert CookbookLoader spec to let bindingsdanielsdeleo2014-08-121-41/+43
|/
* Update secure environment variables.Claire McQuin2014-08-122-4/+1
* Remove .kitchen/ files that crept inClaire McQuin2014-08-122-5053/+0
* Update for new branch in test-kitchenClaire McQuin2014-08-122-3/+3
* Add information on using Test Kitchen for E2E testing.Claire McQuin2014-08-121-2/+55
* Add example test for installed git.Claire McQuin2014-08-128-14/+35
* Separate .kitchen.ymls for local TK (vagrant) and travis TK (ec2) runsClaire McQuin2014-08-123-14/+17
* Enable Travis to run Test Kitchen on EC2.Claire McQuin2014-08-129-0/+5135
* Merge pull request #1782 from juliandunn/aix-bff-functional-requires-rootJulian C. Dunn2014-08-111-1/+1
|\
| * AIX functional tests involving BFF need to be run as root.Julian C. Dunn2014-08-081-1/+1
* | remove JSON gem usageLamont Granquist2014-08-112-3/+1
* | Change encoding to Unix, remove inaccuracy in example descriptionadamedx2014-08-111-137/+137
* | Issue 1754: Chef::Exceptions::Env exception when modifying env resource using...adamedx2014-08-111-0/+137
* | fix specs broken due to JSON monkeypatching issuesLamont Granquist2014-08-112-2/+2
* | Merge pull request #1786 from opscode/lcg/json-pretty-printlamont-granquist2014-08-115-50/+160
|\ \
| * | add json pretty print tests to some knife show commandsLamont Granquist2014-08-095-50/+160
* | | Fix expected format of JSON errors in integration testsdanielsdeleo2014-08-106-48/+33