summaryrefslogtreecommitdiff
path: root/spec/data/null_config.rb
Commit message (Collapse)AuthorAgeFilesLines
* Prevent integration tests from loading real configdanielsdeleo2013-06-101-0/+1
knife integration tests were picking up default config and therefore pointing at a chef-server other than the chef-zero test instance. This could potentially lead to data loss or manglement if the test code successfully runs against a production chef-server/org. To prevent the above, load a dummy config file with an added failsafe mechanism to ensure we've not loaded a real one.