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 +4 -4
- data/lib/oct-automation-utilities.rb +0 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52de89a38f0b401322f454f4db622910978a0b39
|
4
|
+
data.tar.gz: a8c72484060b8989421192ef2e4ceeb66d3ebae9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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-
|
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
|