vmc 0.4.0.beta.82 → 0.4.0.beta.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -405,6 +405,10 @@ module VMCMatchers
405
405
  def kill
406
406
  $vmc_event.kill_process
407
407
  end
408
+
409
+ def with_output
410
+ yield $vmc_event.wait_for_event(EventLog::Printed).line
411
+ end
408
412
  end
409
413
 
410
414
  RSpec.configure do |c|
@@ -1,3 +1,3 @@
1
1
  module VMC
2
- VERSION = "0.4.0.beta.82"
2
+ VERSION = "0.4.0.beta.83"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vmc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1780441057
4
+ hash: 95839677
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 0
10
10
  - beta
11
- - 82
12
- version: 0.4.0.beta.82
11
+ - 83
12
+ version: 0.4.0.beta.83
13
13
  platform: ruby
14
14
  authors:
15
15
  - VMware
@@ -265,12 +265,12 @@ dependencies:
265
265
  requirements:
266
266
  - - ~>
267
267
  - !ruby/object:Gem::Version
268
- hash: 121
268
+ hash: 127
269
269
  segments:
270
270
  - 0
271
271
  - 3
272
- - 53
273
- version: 0.3.53
272
+ - 54
273
+ version: 0.3.54
274
274
  type: :runtime
275
275
  version_requirements: *id015
276
276
  - !ruby/object:Gem::Dependency