vmpooler/spec
Samuel 0b5abd9bd3 Fix no implicit conversion to rational from nil (#239)
* Fix no implicit conversion to rational from nil
Before this change if the boottime was nil, the check_ready
loop would exit on Time.now - host['boottime'] with a TypeError
in jruby. The boottime is nil when the power is Off so moving that check
earlier should catch that bug.

* set test data properly
2017-10-17 17:51:02 -05:00
..
integration (POOLER-73) Restructure tests to unit and integration directories 2017-02-17 13:04:38 -08:00
unit Fix no implicit conversion to rational from nil (#239) 2017-10-17 17:51:02 -05:00
helpers.rb (POOLER-70) Update _check_pool for VM Provider 2017-05-17 13:52:28 -07:00
rbvmomi_helper.rb (POOLER-89) Identify when config issue is present 2017-08-15 10:58:37 -07:00
spec_helper.rb (POOLER-73) Add spec tests for vsphere_helper 2017-03-20 17:31:59 -07:00