summaryrefslogtreecommitdiff
path: root/spec/unit/provider/service
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixup all specs to reference PathHelper.home.Kartik Null Cating-Subramanian2015-03-201-3/+3
|/
* Remove commented out versions of a service being enabled/disabled in FreeBSD.Cory Stephenson2015-02-121-0/+14
* fix a couple typos in the testsScott Bonds2015-01-251-2/+2
* refactor based on feedback from lamont-granquistScott Bonds2015-01-251-90/+2
* update tests to match changed file operations orderScott Bonds2015-01-251-2/+4
* remove extraneous lineScott Bonds2015-01-251-1/+0
* add question mark to methods that return a booleanScott Bonds2015-01-251-13/+13
* more intercepting of config file readsScott Bonds2015-01-251-1/+3
* intercept config file readsScott Bonds2015-01-251-0/+2
* incorporated first round of feedbackScott Bonds2015-01-251-50/+156
* remove references to /usr/local/etc/rc.dScott Bonds2015-01-251-1/+0
* add service provider for OpenBSDScott Bonds2015-01-251-0/+521
* Enable Windows services to run as a different user (CHEF-4921). This adds :ru...cdoherty-enhance-win-serviceChris Doherty2014-12-191-0/+94
* rspec 3 fixeslcg/12-systemd-fixesLamont Granquist2014-11-081-4/+4
* systemctl path fixes, rspec modernization, etcLamont Granquist2014-11-081-157/+180
* Update to RSpec 3.Claire McQuin2014-10-2915-102/+102
* remove lolwut from testsLamont Granquist2014-10-241-3/+0
* updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-2415-638/+638
* aix service provider more code changeskaustubh-d2014-09-151-1/+67
* aix service speckaustubh-d2014-09-121-0/+115
* aixinit specskaustubh-d2014-09-111-0/+269
* spec fixes for arch serviceLamont Granquist2014-09-082-15/+9
* spec fixes for freebsd providerLamont Granquist2014-09-081-6/+6
* spec fix for gentoo serviceLamont Granquist2014-09-081-2/+2
* spec fixes for init serviceLamont Granquist2014-09-081-10/+10
* spec fixes for insserv serviceLamont Granquist2014-09-081-4/+3
* spec fix for invokercd service providerLamont Granquist2014-09-081-9/+8
* spec fixes for macosx service providerLamont Granquist2014-09-081-5/+5
* spec fixes for simple service providerLamont Granquist2014-09-081-4/+4
* spec fix for solaris service providerLamont Granquist2014-09-081-3/+1
* spec fixes for systemd providerLamont Granquist2014-09-081-20/+20
* spec and code fixes for upstart providerLamont Granquist2014-09-081-17/+15
* combine "no" and "none" freebsd services based on @btm commentDave Eddy2014-08-291-11/+1
* implement @btm comment about test description stringsDave Eddy2014-08-291-4/+4
* test for none caseDave Eddy2014-08-291-0/+10
* add right-match tests for rc.confDave Eddy2014-08-291-3/+33
* add checks for partial matches in enable/disableLamont Granquist2014-08-291-1/+15
* refactoring freebsd provider + unit testsLamont Granquist2014-08-292-191/+352
* modernize freebsd service specLamont Granquist2014-08-291-162/+187
* 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-121-40/+43
* CHEF-5022: Differentiate between Windows service startup_typesBryan McLellan2014-08-121-10/+43
* Update spec for shell_out.Claire McQuin2014-06-301-27/+44
* fix indentingClaire McQuin2014-06-181-5/+6
* CHEF-4600 Add timeout for Chef::Provider::Service::WindowsMatt2014-06-181-3/+13
* Merge branch 'CHEF-4791' of github.com:deployable/chefsersut2014-06-181-0/+61
|\
| * Fixed whitespace in changes.deployable2014-05-211-42/+83