testcentricity_web 0.9.4 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9d8a0d27bc5858321d080844be1c2cdac9be8f0f
4
- data.tar.gz: d1b5c92de34cd8a88bef7b29901f0dfb21c06f34
3
+ metadata.gz: dcbbfa6d37ea30d0e20d904662e9f594ff052e04
4
+ data.tar.gz: b9f59ca06c1962706d03738a37ab81fc5726c776
5
5
  SHA512:
6
- metadata.gz: 3b3ebb7a4b46aefb505551db791cab6b6110354dfa1ddbb267d0be5817991b4a7d67db10a520650a9dc86796d99b70f7864851e38ea290634837a858d769634e
7
- data.tar.gz: c28dff00835db307af21fef6a70c44f5d21e605272744df65cfcf2923ebf1a9214b2e9970486ee81201d0a4be50be5245ad652667a7772ab31b7b4d5c0f7d455
6
+ metadata.gz: a3874de4924acde85c308dea1da25cfc04be9796a44807686e3f908109c82e1d24481168dbddd23b6d085addd308570498c48d40d09190cb0c07b16a832416b6
7
+ data.tar.gz: 5d034c8c81fb207ef3f97e1b7062b1750c03fee60a91cf3c3481f3b3532c08e9654e4235fbe5dce31caa4fa46ceeb84feaf879e3837e63ea82608311c7c5ee04
@@ -35,17 +35,17 @@ module TestCentricity
35
35
  attr_accessor :portal_status
36
36
  attr_accessor :external_page
37
37
 
38
- attr_reader :protocol
39
- attr_reader :hostname
40
- attr_reader :base_url
41
- attr_reader :user_id
42
- attr_reader :password
43
- attr_reader :append
44
- attr_reader :option1
45
- attr_reader :option2
46
- attr_reader :dns
47
- attr_reader :db_username
48
- attr_reader :db_password
38
+ attr_accessor :protocol
39
+ attr_accessor :hostname
40
+ attr_accessor :base_url
41
+ attr_accessor :user_id
42
+ attr_accessor :password
43
+ attr_accessor :append
44
+ attr_accessor :option1
45
+ attr_accessor :option2
46
+ attr_accessor :dns
47
+ attr_accessor :db_username
48
+ attr_accessor :db_password
49
49
 
50
50
  def initialize(data)
51
51
  @protocol = data['PROTOCOL']
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '0.9.4'
2
+ VERSION = '0.9.5'
3
3
  end
@@ -39,6 +39,10 @@ module TestCentricity
39
39
  puts "Using #{Environ.browser.to_s} browser"
40
40
  end
41
41
 
42
+ def self.set_domain(url)
43
+ Capybara.app_host = url
44
+ end
45
+
42
46
  private
43
47
 
44
48
  def self.initialize_appium
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testcentricity_web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - A.J. Mrozinski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-06 00:00:00.000000000 Z
11
+ date: 2016-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler