summaryrefslogtreecommitdiff
path: root/spec/unit/system_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* updated and added spec tests for new dslClaire McQuin2013-08-071-3/+1
* convert plugins to new dsl.Claire McQuin2013-08-071-24/+1
* New plugin map for Ohai::System controller. Added and updated spec tests to r...Claire McQuin2013-07-261-1/+24
* Replace all calls to `stub!` with `stub`danielsdeleo2013-07-151-2/+2
* [OHAI-412] Split Ohai::System responsibilites into 2 classesdanielsdeleo2013-07-151-73/+8
* OHAI-126: Improve file regex to handle trailing slashOHAI-126Bryan McLellan2013-06-241-1/+19
* Refactor unit test layoutBryan McLellan2012-12-061-0/+138