summaryrefslogtreecommitdiff
path: root/spec/unit/plugins/hostname_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove Copyright DatesLamont Granquist2020-08-271-1/+1
* Remove non-Ohai requires from specs to prevent false positivesremove_requiresTim Smith2020-08-101-2/+0
* Gate more of the external requiresTim Smith2020-08-091-1/+1
* rspec updates from rubocop-rspecrspecTim Smith2019-08-161-14/+15
* new chefstyle rules for 0.13.2Lamont Granquist2019-07-081-10/+14
* Changing quotes to satisfy styleLynn Frank2019-04-131-1/+1
* Replaces require_relative with requireLynn Frank2019-04-121-1/+1
* MSYS-933 Fixes FQDN is being set as machine name instead of FQDNvijaymmali19902018-11-281-0/+67
* Minor spec file cleanupminor_spec_cleanupTim Smith2017-01-241-1/+1
* Remove usage of the Sigar gemsigarTim Smith2016-12-201-40/+15
* chefstyle catchup for ohaiLamont Granquist2016-02-111-2/+1
* Update e-mails and copyrightsTim Smith2016-01-131-2/+2
* Convert specs to RSpec 3.1.7 syntax with TranspecClaire McQuin2014-10-301-24/+24
* Some systems do not have a FQDN, but instead have just a bare hostname. Users...Julian C. Dunn2014-08-141-0/+12
* Handle `hostname --fqdn` stupidityPhil Dibowitz2014-03-131-0/+30
* add sigar_is_available? checkLamont Granquist2014-01-091-2/+3
* normalize fqdn across the platformsLamont Granquist2014-01-091-2/+7
* fix hostname plugin + add machinename variableLamont Granquist2014-01-081-10/+39
* automatically clear plugins and constants between testsClaire McQuin2013-10-171-6/+0
* consolidate hostname pluginClaire McQuin2013-10-171-0/+7
* add plugin loading to common specClaire McQuin2013-08-211-3/+1
* create/update spec testsClaire McQuin2013-08-191-3/+3
* update spec tests for compat with new dslClaire McQuin2013-08-071-8/+6
* convert plugins to new dsl.Claire McQuin2013-08-071-6/+8
* New plugin map for Ohai::System controller. Added and updated spec tests to r...Claire McQuin2013-07-261-1/+1
* Replace all calls to `stub!` with `stub`danielsdeleo2013-07-151-1/+1
* [OHAI-412] Split Ohai::System responsibilites into 2 classesdanielsdeleo2013-07-151-7/+8
* Refactor unit test layoutBryan McLellan2012-12-061-0/+39