summaryrefslogtreecommitdiff
path: root/spec/unit/system_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extract ProvidesMap and tests to their own filesdanielsdeleo2013-12-041-16/+9
* Extract plugin<->provides mapping to custom classdanielsdeleo2013-12-041-21/+22
* add exceptions to ohai/exception.rbClaire McQuin2013-10-291-4/+4
* change _providers to _pluginsClaire McQuin2013-10-171-12/+12
* update spec_helper, system_spec to Ohai::Mixin::OSClaire McQuin2013-10-171-2/+2
* change :providers to :_providers to avoid attribute conflictsClaire McQuin2013-10-171-7/+7
* automatically clear plugins and constants between testsClaire McQuin2013-10-171-69/+0
* update system spec for plugin namespacingClaire McQuin2013-10-171-31/+147
* Use mixlib-config 2.0 and reset config before each testJohn Keiser2013-09-161-16/+1
* run v6 plugins that depend on v7 plugins in Ohai::System#run_plugins, #requir...Claire McQuin2013-09-061-16/+121
* initialize Ohai::Loader and Ohai::Runner with Ohai::SystemClaire McQuin2013-09-061-16/+18
* Ohai::System#all_plugins executes #load_plugins, #run_pluginsClaire McQuin2013-09-061-45/+0
* add ability to run v6 plugins with Ohai::System#run_pluginsClaire McQuin2013-09-061-32/+72
* run v6 plugins with Ohai::System#all_plugins, add deprecation messageClaire McQuin2013-09-061-0/+178
* store relative plugin paths in v6_dependency_solverClaire McQuin2013-09-061-1/+1
* fix cycle reportingClaire McQuin2013-09-031-256/+56
* add run_plugins specs to system_specClaire McQuin2013-09-031-41/+322
* Ohai::Runner class for running plugins, add run_plugins to Ohai::System to ru...Claire McQuin2013-09-031-2/+2
* move v6_dependency_solver management to systemClaire McQuin2013-08-211-0/+7
* add debug message for already loaded pluginsClaire McQuin2013-08-211-5/+39
* detect plugin versionClaire McQuin2013-08-191-0/+1
* update spec tests for compat with new dslClaire McQuin2013-08-071-46/+5