oct-automation-utilities 0.0.1 → 0.0.2

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: af63360234d3b62463c6a1fffa0e72c64256a6a7
4
- data.tar.gz: 6b4cf766e2e2c559f2e20861505959a2af884cd1
3
+ metadata.gz: 985599e41ecc3de36f5fce0bfa343a58d9a5e307
4
+ data.tar.gz: 7afe2ddb1df4f4918be3cc05ca4148d097b1197f
5
5
  SHA512:
6
- metadata.gz: ec919a858700cffd69219979d5c2798b9db1733944d34f3397b10ad5a3929cdd89894fd2cd622df0523f1022a61db55f53e677833a754412506b96673a7be822
7
- data.tar.gz: 0a96d0a558a20b414d80c43c69b4de5ba76b376f4c42ba4f3bc353097bedc957981c45d04eba95e7f4b999e1ea310835f0e0f437b9a20c7b5e1916b359f088b8
6
+ metadata.gz: 4fe597464838ed53760e5e45868d85ca0a3f790aa63d7d50670b924e99ec9544d579c9bcb45e0f0ecb43f03c0496f6403928b1dd087096cea39b4ea61c0253f4
7
+ data.tar.gz: 49642f9c7ed41e9c96b4e2b4e65aa93d357fa6c1b472b8a1383f9c9fc955af525ba0e9eeef13dfcc6741c6c4c418431764936cacad564b98c2d53720cf35af51
@@ -16,11 +16,11 @@ module OctAutomationUtilities
16
16
  attr_accessor :obj_expected_page_content
17
17
 
18
18
  def initialize
19
- app = Performance::Application.new
19
+ app = AutomationFramework::Application.new
20
20
  self.project_directory = get_project_directory
21
21
  self.test_name = 'default'
22
22
  self.test_time = get_time
23
- @config = Performance::Configuration.new
23
+ @config = AutomationFramework::Configuration.new
24
24
  @log = Logger.new 'logger.log'
25
25
  self.setup_log_level app.log_level
26
26
  self.capture_screen = app.capture_screen_shot
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.1
4
+ version: 0.0.2
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-06-26 00:00:00.000000000 Z
11
+ date: 2014-07-01 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