summaryrefslogtreecommitdiff
path: root/spec/unit/provider/package/aix_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
| | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi"
* 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-1/+1
| | | | | | | 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 package timeout attributeLamont Granquist2015-06-021-16/+16
| | | | | | | | | | updates all the shell_out calls to respect the timeout which is passed on the new_resource. the old `Chef::Config` yum timeout values are still respected and will override the default. the default of 900 seconds is preserved.
* Fix tests. Add test for source not providing the requested package.Julian C. Dunn2015-04-291-8/+20
|
* fix aix related providers to replace popen4 with mixlib shell_outkaustubh-d2015-02-171-21/+22
|
* Multipackage fixes to superclassLamont Granquist2015-02-031-1/+1
| | | | | | | - fixes define_resource_requirements - better idempotency (only packages that need updating are updated) - better messaging (only packages that update are output) - better comments
* updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-241-34/+34
| | | | mechanically generated patch using transpec 2.3.7 gem
* spec fixes for aix package providerLamont Granquist2014-09-081-17/+5
|
* s/mock\(/double(/gLamont Granquist2014-01-291-4/+4
|
* s/stub!/stub/gLamont Granquist2014-01-291-10/+10
| | | | fix deprecation warnings
* Removed unwanted stubbing.Prabhu Das2013-08-191-2/+1
|
* Fixed broken test cases.prabhu-das2013-08-191-6/+7
|
* Unit tests for AIX BFF Package providerDeepali Jagtap2013-08-191-0/+171