summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1269 from opscode/jc/CHEF-5047/client-showJames Casey2014-02-211-0/+46
|\
| * Delegate ApiClient.load to ApiClient.json_createJames Casey2014-02-181-1/+1
| * Added unit test for ApiClient.load()James Casey2014-02-181-0/+46
* | Merge pull request #1270 from opscode/jc/OC-130/knife-create-validatorJames Casey2014-02-211-1/+29
|\ \
| * | Add --validator option to create validator client via knifeJames Casey2014-02-181-1/+29
| |/
* | Merge pull request #1272 from opscode/jc/OC-130/knife-delete-validatorJames Casey2014-02-211-1/+44
|\ \
| * | Add a --force option to protect against accidental deletion of validatorsJames Casey2014-02-181-1/+44
| |/
* | Add `-r` flag to chef-clientdanielsdeleo2014-02-201-0/+14
* | Add permanent run list modification option to Chef::Clientdanielsdeleo2014-02-201-2/+34
* | Modernize and organize Chef::Client specsdanielsdeleo2014-02-201-233/+279
* | Correctly order setup of reporting state in registry specsDaniel DeLeo2014-02-191-5/+4
* | Implement required interface for Recipe DSL in Providerdanielsdeleo2014-02-191-1/+4
* | Remove default implementation of Recipe DSL interfacedanielsdeleo2014-02-191-0/+70
* | Enable CHEF-5052 regression tests.danielsdeleo2014-02-191-2/+0
* | Describe resource cloning behaviors in recipe specs.danielsdeleo2014-02-192-0/+50
* | Modernize recipe specsdanielsdeleo2014-02-191-86/+96
|/
* CHEF-3838: add spec helper per PR feedbackLamont Granquist2014-02-111-9/+13
* CHEF-3838: rspec modernization of debian specLamont Granquist2014-02-111-17/+17
* CHEF-3838: fix unit test in debian_spec for FileEdit changeLamont Granquist2014-02-111-53/+65
* CHEF-5018: specific test for CHEF-5018Lamont Granquist2014-02-101-1/+6
* CHEF-5018: better spec testsLamont Granquist2014-02-101-53/+97
* - Adding X-Remote-Request-Id to the set of headers for every request from CCR...PrajaktaPurohit2014-02-074-15/+96
* Localize rescues in Recipe method_missing DSLdanielsdeleo2014-02-071-0/+13
* Use RubyVM to syntax check in-process where possibledanielsdeleo2014-02-061-1/+0
* OC-11191: Workaround for apparent memory leak in CHEF-5004Adam Edwards2014-02-041-0/+6
* Merge pull request #1240 from opscode/praj/resource_name_and_id_to_strPrajaktaPurohit2014-02-041-0/+55
|\
| * Adding tests to make sure the resource_name and resource_id are of typePrajakta Purohit2014-02-041-0/+55
* | Better specify what happens for NoMethodErrors in the DSLdanielsdeleo2014-02-031-0/+27
* | Expose resource creation via more static methodsdanielsdeleo2014-02-032-1/+49
* | [CHEF-3506] suppress final node save when using override run listdanielsdeleo2014-02-033-2/+18
* | Update file providers to close before unlinking.danielsdeleo2014-02-031-0/+1
* | Close before unlink because windowsdanielsdeleo2014-02-031-8/+11
* | Delegate sync_cookbooks to policy_builder, subclasses rely on itdanielsdeleo2014-02-031-0/+4
* | 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-30232-2253/+2260
|\
| * omit test on ruby-1.8Lamont Granquist2014-01-301-1/+1
| * ripping out rspec_reset entirelyLamont Granquist2014-01-295-16/+0
| * fix busted spec exposed by rpsec-2.14-izationLamont Granquist2014-01-291-1/+1
| * remove some more deprecation warningsLamont Granquist2014-01-296-9/+9
| * fix broken specs revealed by rspec-2.14-izationLamont Granquist2014-01-291-11/+9
| * need action for define_resource_requirementsLamont Granquist2014-01-293-0/+3
| * fix test, define_resource_requirements needs an actionLamont Granquist2014-01-291-0/+1
| * fix broken file provider specsLamont Granquist2014-01-291-0/+10
| * fix should_not raise_error(SpecificException)Lamont Granquist2014-01-2945-216/+216
| * this test should have been failingLamont Granquist2014-01-291-8/+8
| * the perils of regexp-based code editingLamont Granquist2014-01-291-1/+1
| * s/mock\(/double(/gLamont Granquist2014-01-29114-363/+363
| * s/stub!/stub/gLamont Granquist2014-01-29193-1625/+1625
| * fix obvious derpLamont Granquist2014-01-291-1/+1
| * fix rspec_reset problemLamont Granquist2014-01-295-4/+15