On Thu, Sep 13, 2012 at 6:31 AM, Alex Harvey <[email protected]> wrote: > So I have made my change and am trying to run the tests. > > Trouble is some of the tests are failing - as well as me getting a whole > range of warnings - even before I make my change. After making my change, I > get the same result, suggesting I haven't broken anything. > > I suspect I am doing something wrong. :) > > About my platform - > > myhostfacter]# ruby -v > ruby 1.8.7 (2008-08-11 patchlevel 72) [sparc-solaris2.10] > myhost[facter]# gem list >
That is a very old version of 1.8.7. I'm not going to say that it is causing all of the problems, but I wouldn't rule it out. > *** LOCAL GEMS *** > > diff-lcs (1.1.3) > facter (1.6.7) > metaclass (0.0.1) > minitest (3.4.0) > mocha (0.12.4) > puppet (2.7.6) > rake (0.9.2.2) > rspec (2.11.0) > rspec-core (2.11.1) > rspec-expectations (2.11.3) > rspec-mocks (2.11.2) > I believe that version of mocha has bugs that prevent the spec tests from running correctly. The recommended version of mocha is 0.10.5. > And the test results - > > myhost[facter]# find spec/ -name "*.rb" |while read s; do echo $s; rspec $s; > done > spec/puppetlabs_spec/verbose.rb > No examples found. > Just running "rspec spec/" will run all of the tests and won't pick up other files that are in there. Some of the errors are because your script picked up files that are not tests and tried to run them. > > Finished in 0.0001 seconds > 0 examples, 0 failures > spec/puppetlabs_spec/fixtures.rb > /var/tmp/facter/spec/puppetlabs_spec/fixtures.rb:4: uninitialized constant > PuppetlabsSpec (NameError) > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `load' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `load_spec_files' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `map' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `load_spec_files' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:22:in > `run' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in > `run' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in > `autorun' > from /usr/local/bin/rspec:23 > spec/puppetlabs_spec/files.rb > /var/tmp/facter/spec/puppetlabs_spec/files.rb:6: uninitialized constant > PuppetlabsSpec (NameError) > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `load' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `load_spec_files' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `map' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `load_spec_files' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:22:in > `run' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in > `run' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in > `autorun' > from /usr/local/bin/rspec:23 > spec/puppetlabs_spec/matchers.rb > /var/tmp/facter/spec/puppetlabs_spec/matchers.rb:8:in `alias_method': > undefined method `should' for module `RSpec::Matchers::BlockAliases' > (NameError) > from /var/tmp/facter/spec/puppetlabs_spec/matchers.rb:8 > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `load' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `load_spec_files' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `map' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `load_spec_files' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:22:in > `run' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in > `run' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in > `autorun' > from /usr/local/bin/rspec:23 > spec/puppetlabs_spec_helper.rb > /var/tmp/facter/spec/puppetlabs_spec/matchers.rb:8:in `alias_method': > undefined method `should' for module `RSpec::Matchers::BlockAliases' > (NameError) > from /var/tmp/facter/spec/puppetlabs_spec/matchers.rb:8 > from > /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in > `gem_original_require' > from > /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require' > from /var/tmp/facter/spec/puppetlabs_spec_helper.rb:13 > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `load' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `load_spec_files' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `map' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `load_spec_files' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:22:in > `run' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in > `run' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in > `autorun' > from /usr/local/bin/rspec:23 > spec/integration/facter_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .. > > Finished in 0.00386 seconds > 2 examples, 0 failures > spec/spec_helper.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > No examples found. > > > Finished in 0.00008 seconds > 0 examples, 0 failures > spec/watchr.rb > /var/tmp/facter/spec/watchr.rb:92: undefined method `watch' for main:Object > (NoMethodError) > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `load' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `load_spec_files' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `map' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `load_spec_files' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:22:in > `run' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in > `run' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in > `autorun' > from /usr/local/bin/rspec:23 > spec/shared_contexts/platform.rb > No examples found. > > > Finished in 0.0001 seconds > 0 examples, 0 failures > spec/fixtures/unit/util/loader/nosuchfact.rb > /var/tmp/facter/spec/fixtures/unit/util/loader/nosuchfact.rb:1: > uninitialized constant Facter (NameError) > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `load' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `load_spec_files' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `map' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in > `load_spec_files' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:22:in > `run' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in > `run' > from > /usr/local/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in > `autorun' > from /usr/local/bin/rspec:23 > spec/unit/lsbrelease_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .... > > Finished in 0.01652 seconds > 4 examples, 0 failures > spec/unit/hostname_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .... > > Finished in 0.0223 seconds > 4 examples, 0 failures > spec/unit/uniqueid_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > ... > > Finished in 0.01112 seconds > 3 examples, 0 failures > spec/unit/util/virtual_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > ............................. > > Finished in 0.06929 seconds > 29 examples, 0 failures > spec/unit/util/registry_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > No examples found. > > > Finished in 0.00008 seconds > 0 examples, 0 failures > spec/unit/util/collection_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .................................... > > Finished in 0.05451 seconds > 36 examples, 0 failures > spec/unit/util/wmi_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .. > > Finished in 0.00384 seconds > 2 examples, 0 failures > spec/unit/util/ip_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > ............................................... > > Finished in 0.17125 seconds > 47 examples, 0 failures > spec/unit/util/ec2_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > ................ > > Finished in 0.03427 seconds > 16 examples, 0 failures > spec/unit/util/confine_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > ...................... > > Finished in 0.04129 seconds > 22 examples, 0 failures > spec/unit/util/macosx_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .......... > > Finished in 0.02211 seconds > 10 examples, 0 failures > spec/unit/util/macaddress_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .................... > > Finished in 0.23486 seconds > 20 examples, 0 failures > spec/unit/util/uptime_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > ...... > > Finished in 0.17502 seconds > 6 examples, 0 failures > spec/unit/util/manufacturer_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > ........... > > Finished in 0.05981 seconds > 11 examples, 0 failures > spec/unit/util/loader_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > ...................... > > Finished in 1.9 seconds > 22 examples, 0 failures > spec/unit/util/xendomains_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .. > > Finished in 0.00481 seconds > 2 examples, 0 failures > spec/unit/util/vlans_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > . > > Finished in 0.00275 seconds > 1 example, 0 failures > spec/unit/util/processor_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > FFFFFFF > > Failures: > > 1) Facter::Util::Processor should get the processor description from the > amd64solo fixture > Failure/Error: Facter::Util::Processor.enum_cpuinfo[0].should == > "Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz" > NoMethodError: > undefined method `exclusive' for Thread:Class > # ./spec/../lib/facter/util/processor.rb:11:in `enum_cpuinfo' > # ./spec/unit/util/processor_spec.rb:17 > > 2) Facter::Util::Processor should get the processor descriptions from the > amd64dual fixture > Failure/Error: Facter::Util::Processor.enum_cpuinfo[0].should == > "Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz" > NoMethodError: > undefined method `exclusive' for Thread:Class > # ./spec/../lib/facter/util/processor.rb:11:in `enum_cpuinfo' > # ./spec/unit/util/processor_spec.rb:26 > > 3) Facter::Util::Processor should get the processor descriptions from the > amd64tri fixture > Failure/Error: Facter::Util::Processor.enum_cpuinfo[0].should == > "Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz" > NoMethodError: > undefined method `exclusive' for Thread:Class > # ./spec/../lib/facter/util/processor.rb:11:in `enum_cpuinfo' > # ./spec/unit/util/processor_spec.rb:36 > > 4) Facter::Util::Processor should get the processor descriptions from the > amd64quad fixture > Failure/Error: Facter::Util::Processor.enum_cpuinfo[0].should == > "Quad-Core AMD Opteron(tm) Processor 2374 HE" > NoMethodError: > undefined method `exclusive' for Thread:Class > # ./spec/../lib/facter/util/processor.rb:11:in `enum_cpuinfo' > # ./spec/unit/util/processor_spec.rb:47 > > 5) Facter::Util::Processor should get the processor type on AIX box > Failure/Error: Facter::Util::Processor.enum_lsdev[0].should == > "PowerPC_POWER3" > NoMethodError: > undefined method `exclusive' for Thread:Class > # ./spec/../lib/facter/util/processor.rb:70:in `enum_lsdev' > # ./spec/unit/util/processor_spec.rb:58 > > 6) Facter::Util::Processor should get the processor description on Solaris > (x86) > Failure/Error: Facter::Util::Processor.enum_kstat[0].should == > "Intel(r) Core(tm) i5 CPU M 450 @ 2.40GHz" > NoMethodError: > undefined method `exclusive' for Thread:Class > # ./spec/../lib/facter/util/processor.rb:92:in `enum_kstat' > # ./spec/unit/util/processor_spec.rb:66 > > 7) Facter::Util::Processor should get the processor description on Solaris > (SPARC64) > Failure/Error: Facter::Util::Processor.enum_kstat[0].should == > "SPARC64-VII" > NoMethodError: > undefined method `exclusive' for Thread:Class > # ./spec/../lib/facter/util/processor.rb:92:in `enum_kstat' > # ./spec/unit/util/processor_spec.rb:74 > > Finished in 0.02752 seconds > 7 examples, 7 failures > > Failed examples: > > rspec ./spec/unit/util/processor_spec.rb:11 # Facter::Util::Processor should > get the processor description from the amd64solo fixture > rspec ./spec/unit/util/processor_spec.rb:20 # Facter::Util::Processor should > get the processor descriptions from the amd64dual fixture > rspec ./spec/unit/util/processor_spec.rb:30 # Facter::Util::Processor should > get the processor descriptions from the amd64tri fixture > rspec ./spec/unit/util/processor_spec.rb:41 # Facter::Util::Processor should > get the processor descriptions from the amd64quad fixture > rspec ./spec/unit/util/processor_spec.rb:53 # Facter::Util::Processor should > get the processor type on AIX box > rspec ./spec/unit/util/processor_spec.rb:61 # Facter::Util::Processor should > get the processor description on Solaris (x86) > rspec ./spec/unit/util/processor_spec.rb:69 # Facter::Util::Processor should > get the processor description on Solaris (SPARC64) > spec/unit/util/fact_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > ................. > > Finished in 0.02895 seconds > 17 examples, 0 failures > spec/unit/util/resolution_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .............................................................................................................. > > Finished in 0.62174 seconds > 110 examples, 0 failures > spec/unit/util/config_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .. > > Finished in 0.0062 seconds > 2 examples, 0 failures > spec/unit/operatingsystemrelease_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > ............. > > Finished in 0.30682 seconds > 13 examples, 0 failures > spec/unit/architecture_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > ................. > > Finished in 0.08992 seconds > 17 examples, 0 failures > spec/unit/virtual_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > ............................................ > > Finished in 0.55935 seconds > 44 examples, 0 failures > spec/unit/lsbmajdistrelease_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > . > > Finished in 0.0047 seconds > 1 example, 0 failures > spec/unit/interfaces_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .. > > Finished in 0.01032 seconds > 2 examples, 0 failures > spec/unit/processor_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > ..................... > > Finished in 2.77 seconds > 21 examples, 0 failures > spec/unit/macaddress_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .... > > Finished in 0.03453 seconds > 4 examples, 0 failures > spec/unit/hardwaremodel_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > ... > > Finished in 0.01951 seconds > 3 examples, 0 failures > spec/unit/hardwareisa_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .... > > Finished in 0.01414 seconds > 4 examples, 0 failures > spec/unit/selinux_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .......... > > Finished in 0.04757 seconds > 10 examples, 0 failures > spec/unit/domain_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > ................... > > Finished in 0.09605 seconds > 19 examples, 0 failures > spec/unit/facter_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .............................................. > > Finished in 0.1486 seconds > 46 examples, 0 failures > spec/unit/physicalprocessorcount_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .... > > Finished in 0.02047 seconds > 4 examples, 0 failures > spec/unit/lsbdistcodename_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .... > > Finished in 0.01656 seconds > 4 examples, 0 failures > spec/unit/lsbdistid_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .... > > Finished in 0.01663 seconds > 4 examples, 0 failures > spec/unit/ipaddress6_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .... > > Finished in 0.02098 seconds > 4 examples, 0 failures > spec/unit/memory_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > ............ > > Finished in 1.23 seconds > 12 examples, 0 failures > spec/unit/operatingsystem_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > ............................. > > Finished in 0.20078 seconds > 29 examples, 0 failures > spec/unit/lsbdistrelease_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .... > > Finished in 0.01656 seconds > 4 examples, 0 failures > spec/unit/id_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > ......... > > Finished in 0.03807 seconds > 9 examples, 0 failures > spec/unit/uptime_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .................. > > Finished in 0.25229 seconds > 18 examples, 0 failures > spec/unit/lsbdistdescription_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > .... > > Finished in 0.01695 seconds > 4 examples, 0 failures > spec/unit/ec2_spec.rb > Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* > Mocha. > Mocha deprecation warning: If you're integrating with another test library, > you should probably require 'mocha_standalone' instead of 'mocha' > ....... > > Finished in 0.04082 seconds > 7 examples, 0 failures > > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Developers" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-dev/-/oXUtsU6EwO4J. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/puppet-dev?hl=en. -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
