summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move LWRP class deprecation warning to const_missingJohn Keiser2015-05-131-0/+3
|
* Merge pull request #3039 from chef/tball/nightliesTyler Ball2015-03-111-0/+1
|\ | | | | Chef-DK nightlies on debian and el6 have been failing on these timing-based tests, doing a quick fix
| * Changing tactics - excluding test from chef verify because I cannot figure ↵tyler-ball2015-03-101-0/+1
| | | | | | | | out why it fails
* | dscl specs should only run on macjdm/dscl-fixJay Mundrawala2015-03-101-0/+1
| |
* | Dont run useradd_spec on osxjdm/osxJay Mundrawala2015-03-091-0/+1
|/
* Refs #2709: Isolate/fix the no-fork faultAJ Christensen2015-02-091-2/+7
| | | | | | * Share specific recipes code to application parent * Update specs to passing, update specs to RSpec 3. * Specs for set_specific_recipes, solo, client.
* Add config to treat deprecation warnings as errorsdanielsdeleo2015-02-061-0/+6
|
* Clean all RSpec test filters related to Ruby 1.8.7 (issue #2497)Xabier de Zuazo2015-01-271-6/+1
|
* Disable broken registry_spec testsbtm/appveyorJay Mundrawala2014-12-161-0/+1
| | | | | | | | | | The registry_spec has been broken since we switched to rspec 3 :pending was running the tests, but expecting them to fail. There seems to be a bug where if there is a failure outside the test, in our case the before block was silently raising an exception accessing resource_name, the tests would fail as expected but rspec would return with an exit code of 1
* Execute and Script Resource improvementsLamont Granquist2014-12-081-0/+4
| | | | | | | | | | | - Warning on incorrect usage of the command resource in any script resource - Warning on code in script resource being nil - Specs added to force deprecation of incorrect usage in Chef-13 - Specs added around the (supported) incorrect usage in Chef-12 - Cleanup+Modernization of providers and specs - Fixed some global state bugs around the Chef::Log.level in the spec tests
* Explicitly disable :should syntax in spec and mocksClaire McQuin2014-11-031-0/+8
|
* Remove treat_symbols_as_metadata_keys_with_true_values = true, now true by ↵Claire McQuin2014-10-291-7/+0
| | | | default
* disable workstation tests for aix.kaustubh-d2014-10-291-1/+1
|
* Merge pull request #2028 from ClogenyTechnologies/kd/aix-serviceSerdar Sutay2014-10-211-0/+1
|\ | | | | aix service provider
| * fixed functional testskaustubh-d2014-09-231-0/+1
| |
* | Correctly turn off version 3 data bag encryption specs on windows.Serdar Sutay2014-10-201-0/+1
| |
* | Merge branch 'patch-1' of github.com:workmad3/chef into sersut/rebase-chef-1971sersut/rebase-chef-1971Serdar Sutay2014-10-101-0/+4
|\ \
| * | Ensuring no arguments interfere with testsDavid Workman2014-09-141-0/+4
| |/ | | | | | | | | Pushed the ARGV.clear statement required for the apply_spec file up into a before(:suite).
* | Exclude knife integration tests on server platformsBryan McLellan2014-10-091-0/+3
| | | | | | | | | | | | Not all platforms (looking at you solaris) need bother running the knife tests because we don't consider them to be workstation platforms. Excluding them will reduce transient failures and speed up the tests.
* | Adding back `require 'json'` to prevent breaking consumers who currently use ↵tball/yajl-replace-jsontyler-ball2014-10-081-7/+0
| | | | | | | | Hash.to_json in their cookbooks
* | Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-0/+10
| |
* | DSC spec platform detection via WMIAdam Edwards2014-09-191-0/+2
| |
* | Initial dsc_configuration resource implementationAdam Edwards2014-09-191-0/+1
|/
* [CHEF-5356-gcm] Use rspec filters instead of conditionals and add some ↵Xabier de Zuazo2014-07-091-0/+3
| | | | alternative tests using stubs
* Run Pedant against local mode in TravisJohn Keiser2014-04-221-0/+1
|
* Fix / Mark volatile the transient failures on Solaris.sersut2014-03-281-0/+1
|
* Remove the unneeded running of "os" plugin.sersut2014-03-071-1/+1
|
* Fix chef spec infra to use OHAI correctly.sersut2014-03-071-2/+1
|
* ripping out rspec_reset entirelyLamont Granquist2014-01-291-12/+0
|
* fix rspec_reset problemLamont Granquist2014-01-291-0/+11
| | | | | | | follows the pattern in the rspec-mocks spec tests of defining a helper module: https://github.com/rspec/rspec-mocks/blob/cee433c89125a3984df33c87eb61985613adce9b/spec/spec_helper.rb
* validate streaming file sizeClaire McQuin2014-01-231-0/+1
|
* Add support for Windows domain join spec filterAdam Edwards2014-01-131-0/+1
|
* Fix specs on Solaris.sersut2013-11-191-0/+1
|
* Turn off functional group resource tests on MacOSX 10.6 due to caching issue ↵sersut2013-11-191-0/+1
| | | | on Etc.getgrnam() on certain boxes.
* Specs for CHEF-3297. TDD rules.sersut2013-11-111-5/+3
|
* Document webrick duck punchdanielsdeleo2013-10-171-0/+14
|
* Patch webrick timeout handler to avoid test failuresdanielsdeleo2013-10-171-0/+11
| | | | | | | | | | Webick uses a centralized/synchronized timeout manager. It works by starting a thread to check for timeouts on an interval. The timeout checker thread cannot be stopped or canceled in any easy way, and it makes calls to Time.new, which fail when rspec is in the process of creating a method stub for that method. Since our tests don't rely on any timeout behavior enforced by webrick, disable the timeout manager via a monkey patch.
* Reset configuration before each testJohn Keiser2013-09-161-0/+6
|
* Added a new method to check for suse platform for testingMukta A2013-09-031-1/+1
|
* Renamed unsupported_group_provider_platformMukta A2013-09-031-1/+2
|
* ENV variables maynot be always set. Use release file to check if runningChirag Jog2013-09-031-1/+1
| | | | on SUSE.
* Ignore failures on Suse, BSD, OSX and Solaris for now. File separateChirag Jog2013-09-031-1/+1
| | | | bugs.
* Incorporated review comments for group resource functional testssiddheshwar-more2013-09-031-1/+1
|
* 1. Disable user creation tests for OSX due to bug CHEF-2813Chirag Jog2013-09-031-0/+1
| | | | 2. Minor cleans - improve formatting etc.
* Updated spec helper to set requires_root true for windows administrator usersiddheshwar-more2013-09-031-1/+1
|
* Introduce a filter to run on linux(as root) or windowsChirag Jog2013-09-031-0/+1
|
* Standardize on `:arch` for architecture-based filteringdanielsdeleo2013-08-021-1/+1
| | | | | Fixes test failures on 32 bit platforms by correctly filtering 64 bit-only tests
* Add functional tests for (apt) package resourcedanielsdeleo2013-08-021-4/+17
| | | | Repro/regression test for CHEF-4406 included but is marked pending.
* Add provider based test filters for functional testsdanielsdeleo2013-08-021-0/+16
|
* aix has LOGIN set to root.kaustubh-d2013-07-231-1/+1
|