summaryrefslogtreecommitdiff
path: root/spec/unit/provider/service
Commit message (Expand)AuthorAgeFilesLines
* 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
| * CHEF-4791 Add more windows service states to the start/stop control flowMatt2013-12-051-0/+20
* | Merge pull request #1477 from MarkGibbons/CHEF-5347Claire McQuin2014-06-171-2/+23
|\ \
| * | CHEF-5347: Use shell_out! with returns [0, 1].markgibbons2014-06-091-11/+11
| * | CHEF-5347: Allow for undefined solaris services in the service resource.markgibbons2014-06-071-10/+31
* | | CHEF-5265: ensure service_name isn't clobbered by parametersRobert Tarrall2014-05-071-0/+7
|/ /
* | Fix rspec warningsdanielsdeleo2014-04-241-13/+13
* | Make OS X service resource work when the plist doesn't exist yet.danielsdeleo2014-04-161-0/+37
* | Merge pull request #1235 from higanworks/CHEF-4990Serdar Sutay2014-03-191-10/+35
|\ \
| * | CHEF-4990sawanoboly2014-02-201-10/+35
* | | Fix RSpec deprecation warnings for Mac OSX service testsdanielsdeleo2014-03-141-3/+3
* | | Add enable/disable to MacOSX service providerPhil Dibowitz2014-03-061-11/+29
|/ /
* | fix should_not raise_error(SpecificException)Lamont Granquist2014-01-292-4/+4
* | s/mock\(/double(/gLamont Granquist2014-01-2913-63/+63
* | s/stub!/stub/gLamont Granquist2014-01-2914-239/+239
* | @current_resource.priority(80) moved to correct contextLaurent Desarmes2013-12-201-4/+1
* | tests updated for services only starting at run level SLaurent Desarmes2013-12-201-16/+48
* | another assumption: load_current_resource always sets a priorityLaurent Desarmes2013-12-201-3/+5
|/
* CHEF-1559: Modify test syntax for Ruby 1.8 compatBryan McLellan2013-10-101-23/+9
* Remove accidental :focus => trueJack Foy2013-10-101-1/+1
* Further DRY up Service::Debian specsJack Foy2013-10-101-20/+21
* Add specialized action_enable method to Chef::Provider::Service::DebianJack Foy2013-10-101-0/+54