oct-automation-utilities 0.0.8 → 0.0.9

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c26edaf1f6dcfa2872a0a4fb4c764a2631a7fb1a
4
- data.tar.gz: 1e9d52d31d46fe9c81c6e13e6c6f23a3f9f2c399
3
+ metadata.gz: 52de89a38f0b401322f454f4db622910978a0b39
4
+ data.tar.gz: a8c72484060b8989421192ef2e4ceeb66d3ebae9
5
5
  SHA512:
6
- metadata.gz: d71becab7bff39f0e2f4300519a012767d06366946487b089e2a552535ae751582b9b33cf0f2750d02fe996b3312507e9d4e160bb9668b0791da862b0a8602a2
7
- data.tar.gz: afe2fc587a31bc3aca1b3c8be7b686ab5b4dae0f69b1c00a02f556e258f0f17a5bdd7e7b2afc283d0e2a5bf923d60bce07e4a1d91f379e1f1c3568ba48bdb310
6
+ metadata.gz: 5052710f90459b8422115b439665b989bf16ba147dffa9d1b683fbc644d11f41845d370a3d70e08a3a8efbea26e671ae92c69943d66e61e7dc0c18fd63876f46
7
+ data.tar.gz: eac2e6109a68c76f006cda580d6c9449c6fbc7030707fe3061cb39b5f9fc6579f17158c7dc1a99118113b6c0c319983de47d4c4ddef96df51d1b5abe9a433d77
@@ -103,7 +103,6 @@ module OctAutomationUtilities
103
103
  begin
104
104
  if self.capture_screen == 'true' or status == 'fail'
105
105
  #used to sync the page so it can capture the screen shot.
106
- puts "hi Aaron!!!!!!!!!!!!!!!!!!!!"
107
106
  page.has_no_title?('foo')
108
107
  msgx = "#{$test}/#{$step_num.to_s}-#{msg.to_s}"
109
108
  if status == 'fail'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oct-automation-utilities
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Tracy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-06 00:00:00.000000000 Z
11
+ date: 2014-07-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Utilities class that performs common automation functionality that can
14
14
  be used over multiple projects