summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1629 from opscode/mcquin/shell_out_spec_fixSerdar Sutay2014-07-112-1/+18
|\
| * Add RSpec matcher match_environment_variable.Claire McQuin2014-07-102-9/+18
| * Update expected result when LC_ALL is not set in Windows.Claire McQuin2014-07-091-1/+9
* | Delegate DSL method values to their superclassSeth Vargo2014-07-111-0/+61
* | Use Ruby 1.8 style hashes for BCSeth Vargo2014-07-111-2/+2
* | Allow default values to be a DelayedEvaluatorSeth Vargo2014-07-111-0/+20
|/
* Merge pull request #1581 from opscode/vtolstov-systemdClaire McQuin2014-07-091-27/+44
|\
| * Update spec for shell_out.Claire McQuin2014-06-301-27/+44
* | Add url scheme to proxy, if not present.Claire McQuin2014-07-091-1/+35
* | Allow Pedant to run if port 8889 is blockedJohn Keiser2014-07-072-2/+4
* | Support --chef-zero-port=A-B,C,D-E syntax for finding portsJohn Keiser2014-07-072-3/+50
* | Revert the provider indirection logic while keeping the timeout functionality...sersut2014-07-023-29/+29
* | moar 1.8.7 fixesLamont Granquist2014-07-011-4/+4
* | fix unit testsLamont Granquist2014-07-011-48/+24
* | Merge pull request #1565 from jmink/CHEF-4994Bryan McLellan2014-06-301-5/+5
|\ \
| * | Include the shell_out mixin in cookbook_site_sharejmink2014-06-271-3/+3
| * | Hack around system differences for travis testjmink2014-06-271-1/+1
| * | Fix cookbook_site_share testsjmink2014-06-261-5/+5
* | | Allow users to set the +resource_name+ in an LWRP programaticallySeth Vargo2014-06-301-0/+27
| |/ |/|
* | Set environment option's 'LC_ALL' to nil if not present in option.Claire McQuin2014-06-272-111/+54
* | Add functional test for shell_out_with_systems_localeClaire McQuin2014-06-271-0/+56
* | Properly modify environment option based on ENVClaire McQuin2014-06-271-31/+114
* | Fix shell_out_with_systems_locale logic, add specs.Claire McQuin2014-06-271-0/+58
* | Merge pull request #1414 from vtolstov/upstreamSerdar Sutay2014-06-261-0/+135
|\ \
| * | remove failed testVasiliy Tolstov2014-06-161-13/+0
| * | fix last failed testsVasiliy Tolstov2014-06-151-1/+1
| * | fix last failed testsVasiliy Tolstov2014-06-151-2/+9
| * | fix testVasiliy Tolstov2014-06-141-180/+27
| * | add paludis package manager user in gentoo/exherbo linuxVasiliy Tolstov2014-05-131-0/+294
* | | Misc spec fixes for windows.sersut2014-06-242-4/+6
* | | Fix windows specs.sersut2014-06-241-2/+2
* | | we can still emit JSON::ParserErrors in compat modeLamont Granquist2014-06-231-1/+1
* | | fix another Yajl referenceLamont Granquist2014-06-231-2/+2
| |/ |/|
* | CHEF-5158: Make the former override_attribute's purpose a bit more clearBryan McLellan2014-06-201-13/+6
* | [CHEF-5158] knife[:attribute] in knife.rb should not override --attribute in ...Hui Hu2014-06-201-0/+1
* | Merge pull request #1483 from opscode/CHEF-4600Claire McQuin2014-06-181-4/+15
|\ \
| * | fix indentingClaire McQuin2014-06-181-5/+6
| * | CHEF-4600 Add timeout for Chef::Provider::Service::WindowsMatt2014-06-181-3/+13
* | | Merge pull request #506 from ctennis/CHEF-3637Claire McQuin2014-06-181-0/+14
|\ \ \ | |/ / |/| |
| * | Add support for automatically using the Systemd service provider if it's in useCaleb Tennis2012-11-291-0/+14
* | | Merge pull request #1494 from brettcave/CHEF-5365_masterClaire McQuin2014-06-181-0/+5
|\ \ \
| * | | CHEF-5365 - added a unit test to ensure fallback of Dir.pwd works without env...brettcave2014-06-171-0/+5
* | | | 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 #1501 from opscode/shain/rpm_version_regexScott Hain2014-06-171-35/+35
|\ \ \ \ \
| * | | | | Updated tests with more complicated data, fixed regex. Resolves CHEF-4893Scott Hain2014-06-171-35/+35
* | | | | | Merge pull request #1500 from opscode/shain/spaces_in_selinux_pathScott Hain2014-06-171-4/+4
|\ \ \ \ \ \
| * | | | | | Updated selinux path check to allow for directories that have a space in the ...Scott Hain2014-06-171-4/+4
| |/ / / / /
* | | | | | Merge pull request #1477 from MarkGibbons/CHEF-5347Claire McQuin2014-06-171-2/+23
|\ \ \ \ \ \