oct-automation-utilities 0.0.10 → 0.0.11

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: 51ae10f24d475087473d2f8ed42c9a91129af2f7
4
- data.tar.gz: 33ec1aa6bc9fdad71c3d044c6e16144da93b3373
3
+ metadata.gz: d899ec024d2323df57714ef4e5ef4c4352b1ed26
4
+ data.tar.gz: 301471800a36048fbf55a129e3ce74f05e8d9ceb
5
5
  SHA512:
6
- metadata.gz: 9379213986ef882df2099096c104d4f472b8e71ea611bdda06f9f6520a864248a12797409c1aab50c500ce037c8785e99aa807bfaff037ef8a48e9f676078cd2
7
- data.tar.gz: 3c62c72c64698f16af73d2ba1e7478f63923545efc047efb8a8a87cb037157852eb696c10979cf12d831d6582048daa20d0f8998a68599e3b6f325799d76ed37
6
+ metadata.gz: 0307bb8c5688cb12774b96f176da092bbbda131d03632e8c4ba74558da5556f78450e3a5c1d48e6383a0b61f4440e8ea585090365d0c12c1226c8b263c669b24
7
+ data.tar.gz: adc0ee87d21a3eafd7f31ba728e943fbc48e7965ff86c3ba2f9f3609e3f8a2dc5e7a949491a432c2033bb2e9400dc15a719316ebae1aef750dbf6e57d8fb57b1
@@ -414,6 +414,12 @@ module OctAutomationUtilities
414
414
  page.driver.browser.switch_to.window(page.driver.browser.window_handles.last)
415
415
  end
416
416
 
417
+ def exit_prod_test
418
+ @log.info('Script only runs in ACP or DEV! - Warning')
419
+ puts 'Script only runs in ACP or DEV!'
420
+ exit!
421
+ end
422
+
417
423
  end
418
424
 
419
425
  end
metadata CHANGED
@@ -1,15 +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.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Tracy
8
- - Nick Robertson
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-07-09 00:00:00.000000000 Z
11
+ date: 2014-07-11 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Utilities class that performs common automation functionality that can
15
14
  be used over multiple projects