summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Enable autodetection of encrypted data bag items.Claire McQuin2014-08-221-14/+65
* Spec out behavior for autodetecting encrypted data bag items.Claire McQuin2014-08-221-1/+57
* Update to RSpec 3 syntax.Claire McQuin2014-08-221-23/+41
* there is always an option!James Belchamber2014-08-211-1/+1
* stupid end where the end shouldn't endJames Belchamber2014-08-211-1/+0
* remount now honours optionsJames Belchamber2014-08-211-0/+10
* Fix review call outs.markgibbons2014-08-211-5/+30
* CHEF-1737: Remove extraneous notes.markgibbons2014-08-211-9/+1
* CHEF-1737: New provider rspec testsmarkgibbons2014-08-211-10/+161
* CHEF-1737: Fix noauto support.markgibbons2014-08-212-0/+15
* raise error if multiple constraints are metJordan Evans2014-08-211-27/+22
* add tests for pessmisitics to value_for_platformJordan Evans2014-08-211-0/+16
* initial pass at supporting version constraints in value_for_platformJordan Evans2014-08-211-0/+11
* cleanup: remove OVERRIDE_HOMEsawanoboly2014-08-211-1/+1
* HOME can overwrite by user with OVERRIDE_HOMEsawanoboly2014-08-211-28/+37
* set nil by default, add two specssawanoboly2014-08-211-0/+11
* add_env_to_scm_resourcesawanoboly2014-08-211-17/+28
* Add insert_at to resource_collectionJohn Keiser2014-08-201-0/+33
* Updates spec for supermarketChristopher Webber2014-08-202-4/+4
* Merge pull request #1847 from ClogenyTechnologies/kd/fixuserspeclamont-granquist2014-08-181-1/+2
|\
| * revert change for ubuntu and fix test.kaustubh-d2014-08-181-1/+2
* | Update cron resource spec to ensure duplicate entries are not createdSean Clemmer2014-08-181-1/+20
* | Don't throw an error if local package isn't installed.Nathan Huff2014-08-181-8/+8
* | Fix a typo and remove a couple unused variablesNathan Huff2014-08-181-4/+1
* | Break get_current_version into its own function.Nathan Huff2014-08-181-15/+48
* | Check local repository as well as remote when looking up the currently instal...Nathan Huff2014-08-181-48/+51
* | Fix creation of non-empty FreeBSD groupsJacob Vosmaer2014-08-181-2/+2
|/
* Merge branch 'master' into mcquin/Issues-1518Claire McQuin2014-08-152-83/+115
|\
| * Enable client-side key generation by default (resolves https://github.com/ops...Claire McQuin2014-08-141-74/+83
| * add spec tests for http_proxy fixesLamont Granquist2014-08-141-9/+32
* | Rename spec and add verify_mode tests.Claire McQuin2014-08-141-0/+220
* | CookbookSiteStreamingUploader uses ssl_verify_mode.Claire McQuin2014-08-141-200/+0
|/
* Merge pull request #1812 from opscode/sersut/chef-1773Serdar Sutay2014-08-132-0/+87
|\
| * Make sure freebsd_package is captured with the resource name it's declared wi...Serdar Sutay2014-08-132-0/+87
* | 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