summaryrefslogtreecommitdiff
path: root/spec/unit/provider/service/redhat_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Use double quotes by defaultThom May2016-01-141-2/+2
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* fix supports hash issues in service providersLamont Granquist2015-08-251-10/+26
| | | | | | | - redhat provider now allows the user to override :status - gentoo provider now allows the user to override :status and :restart - service providers now dup the status hash and mutate their private copy instead of mutating the new_resource
* spec and code fixes for run_levelsLamont Granquist2015-08-191-20/+50
|
* CHEF-5372: Support specific run_levels for RedHat serviceRobby Dyer2015-08-181-0/+34
|
* Update to RSpec 3.Claire McQuin2014-10-291-4/+4
|
* updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-241-27/+27
| | | | mechanically generated patch using transpec 2.3.7 gem
* s/mock\(/double(/gLamont Granquist2014-01-291-10/+10
|
* s/stub!/stub/gLamont Granquist2014-01-291-5/+5
| | | | fix deprecation warnings
* Normalize whitespace on all filesSeth Vargo2013-09-261-6/+6
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+156
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!