summaryrefslogtreecommitdiff
path: root/spec/unit/system_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* rspec updates from rubocop-rspecrspecTim Smith2019-08-161-13/+13
* new chefstyle rules for 0.13.2Lamont Granquist2019-07-081-3/+3
* Changing quotes to satisfy styleLynn Frank2019-04-131-1/+1
* Replaces require_relative with requireLynn Frank2019-04-121-1/+1
* Chefstyle fixes for Chefstyle 0.12Tim Smith2019-01-241-9/+9
* Removed unused refresh_plugins method in System classrefresh_pluginsTim Smith2018-10-261-67/+0
* Account for directory being a string via client.rbTim Smith2018-08-071-1/+11
* Make sure we test multi-directory parsingTim Smith2018-08-071-4/+5
* fixes for new chefstyle rulesLamont Granquist2018-07-051-55/+55
* Remove unnecessary parenthesescleanupTim Smith2018-05-181-1/+1
* Move to mixlib-log 2Thom May2018-03-151-1/+1
* Support optional pluginstm/disable_noisy_neighboursThom May2018-02-161-0/+33
* fix critical plugin teststm/bad_tests_2Thom May2018-02-161-3/+6
* fix failing tests on non linux platformstm/bad_testsThom May2018-02-161-0/+4
* Remove support for Ohai V6 pluginsTim Smith2018-02-151-353/+0
* Remove extra ()s on methodsredundantTim Smith2017-12-021-2/+2
* Critical Plugins (#1064)Phil Dibowitz2017-10-041-0/+26
* Load all the plugin paths for dep resolutiontm/additional_load_additionalThom May2017-04-051-14/+14
* Allow ohai to load a plugin pathtm/load_additional_pluginsThom May2017-04-041-0/+45
* Freeze all string values coming out of Ohai.Noah Kantrowitz2017-04-031-0/+4
* Fix a chefstyle warningTim Smith2017-03-011-1/+1
* refactor to use the config flag because the initalizer is awfullcg/fix-loggerLamont Granquist2017-02-281-16/+18
* Minor spec file cleanupminor_spec_cleanupTim Smith2017-01-241-1/+1
* Merge pull request #939 from chef/deprecate_old_configTim Smith2017-01-241-34/+0
|\
| * Remove testing of old config logicdeprecate_old_configTim Smith2017-01-081-34/+0
* | Only explicitly initialize a logger when neededtm/fix_app_loggingThom May2017-01-201-1/+0
|/
* retrofit tests to cover preconfigured stateMatt Wrock2016-08-121-9/+22
* chefstyle catchup for ohaiLamont Granquist2016-02-111-19/+19
* Update e-mails and copyrightsTim Smith2016-01-131-3/+3
* Resolve :auto log levelmcquin/ohai-config/loggingClaire McQuin2015-08-061-1/+8
* Allow system to accept configuration options and configure ohai on initializemcquin/ohai-config/load-configClaire McQuin2015-07-241-3/+66
* Use Ohai.configClaire McQuin2015-07-211-77/+23
* Convert specs to RSpec 3.1.7 syntax with TranspecClaire McQuin2014-10-301-54/+54
* Switch all `be_BOOL` to `be BOOL`danielsdeleo2014-06-091-5/+5
* Skip v7 plugins when refreshing a v6 plugindanielsdeleo2014-04-091-0/+23
* Regression test for OHAI-546sersut2014-01-151-0/+69
* Convert @ohai => let(:ohai) in system_spec.OC-10998sersut2014-01-141-78/+64
* Decrease the chance of specs failing to 1 / 2^32sersut2014-01-141-1/+1
* Remove the forgotten :focus in system tests.sersut2014-01-141-1/+1
* Reset the plugin information when all_plugins is called consecutively in orde...sersut2014-01-141-1/+38
* Add tests for plugin refresh w/ v7 pluginsdanielsdeleo2014-01-091-0/+73
* Make sure :disabled_plugins can disable both v6 and v7 plugins.OC-10161sersut2014-01-081-1/+87
* Add spec test to check the platform specific collect_data check.OC-10876sersut2013-12-171-0/+23
* Handle AttributeNotFound exception correctly.sersut2013-12-171-0/+23
* Rewrite system specs with OHAI integration testing infra.sersut2013-12-171-291/+113
* Add option to only run plugins providing requested attributesdanielsdeleo2013-12-161-0/+77
* Disable one test which requires changes to require_plugin() which will be don...OC-9924sersut2013-12-131-29/+15
* Refactor hints to its own class.sersut2013-12-131-43/+77
* This PR includes a few refactorings. Since they are intertwined they are done...sersut2013-12-131-66/+64
* Rename variables/methods for ProvidesMap to provides_mapdanielsdeleo2013-12-041-6/+6