alinta-testing 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/alinta-testing/steps.rb +1 -1
- data/lib/alinta-testing/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f573d264f0c0bcfb12986647f65e8532c30044d
|
4
|
+
data.tar.gz: b43ffccae6bda710fcd66f65bae4057a23205c13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9eb4ebff71790374bb75e8d7433664394e1c4a3e6a135be7b7f5b81c734c59edaa73e48afd311c993b6004f1198e7e3357c78716e49104fe803b1f28cb3f7b2
|
7
|
+
data.tar.gz: 719c11fc2e30cbfa6878cd95ac1428527d24ee3d5d008a00c9944197c5fda01d89ca472deb7ad92d95a0f14f5c9410ec3fa0f9ea2bbdfe55f094e39fd8213327
|
data/lib/alinta-testing/steps.rb
CHANGED
@@ -10,7 +10,7 @@ Given(/^I am an API management authenticated client$/) do
|
|
10
10
|
raise "The following required environment variables have not been defined: #{missing.join(', ')}."
|
11
11
|
end
|
12
12
|
steps %Q{
|
13
|
-
Given I retrieve the API Management subscription key secret "APIMgmnt--End2End--
|
13
|
+
Given I retrieve the API Management subscription key secret "APIMgmnt--End2End--Unlimited--Primary" from Azure Storage Vault "#{ENV['ALINTA_VAULT']}" using tenant "#{ENV['ALINTA_TENANTID']}" with credentials "#{ENV['ALINTA_CLIENTID']}" and "#{ENV['ALINTA_CLIENTSECRET']}"
|
14
14
|
}
|
15
15
|
end
|
16
16
|
steps %Q{
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: alinta-testing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Hosking
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-02-
|
11
|
+
date: 2018-02-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: alinta-cucumber-rest-bdd
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.5.
|
19
|
+
version: 0.5.14
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.5.
|
26
|
+
version: 0.5.14
|
27
27
|
description: alinta-testing performs common tasks for end to end tests in cucumber.
|
28
28
|
email:
|
29
29
|
- matt.hosking@alintaenergy.com.au
|
@@ -54,7 +54,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
54
54
|
version: '0'
|
55
55
|
requirements: []
|
56
56
|
rubyforge_project:
|
57
|
-
rubygems_version: 2.6.
|
57
|
+
rubygems_version: 2.6.14
|
58
58
|
signing_key:
|
59
59
|
specification_version: 4
|
60
60
|
summary: Common functionality for Alinta Energy end to end tests
|