rspec-terraspace 0.2.1 → 0.2.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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2847dfe3fe88a36051080137257fd5069e0108044f107cc9cc5598189437da06
|
|
4
|
+
data.tar.gz: 901dc774d1afbfce327e0a2b61d087d28a5b61427a09978f7e1f5fc6ac52d3ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f89b39de5a2ae1dee00d2d59b49ec93485502a982bd5b204e56a3056378f4759120341c5ee542bda8a9e37fa21f85b8ff35636da7d8eaef7731b7021fae9a3a
|
|
7
|
+
data.tar.gz: 9fcca50e2cfc4976bc1279cbde0f1342149cd71469733987e3023418d62815dc975cc57d0b90d6f40165a095eb178c54d53f42afc53514b96275f1f5d703b5d0
|
data/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
This project *tries* to adhere to [Semantic Versioning](http://semver.org/).
|
|
5
5
|
|
|
6
|
+
## [0.2.2] - 2020-11-17
|
|
7
|
+
- fix outputs helper and templates
|
|
8
|
+
|
|
6
9
|
## [0.2.1] - 2020-11-16
|
|
7
10
|
- [#3](https://github.com/boltops-tools/rspec-terraspace/pull/3) add config terraform provider template for azure test
|
|
8
11
|
|
data/lib/rspec/terraspace/ts.rb
CHANGED
|
@@ -19,7 +19,7 @@ describe "main" do
|
|
|
19
19
|
# Replace with your own test
|
|
20
20
|
expect(true).to be true
|
|
21
21
|
# Example
|
|
22
|
-
# pp terraspace.outputs
|
|
22
|
+
# pp terraspace.outputs
|
|
23
23
|
# output_value = terraspace.output("<%= name %>", "some-output")
|
|
24
24
|
# expect(output_value).to include("some-value")
|
|
25
25
|
end
|
|
@@ -23,7 +23,7 @@ describe "main" do
|
|
|
23
23
|
# Replace with your own test
|
|
24
24
|
expect(true).to be true
|
|
25
25
|
# Example
|
|
26
|
-
# pp terraspace.outputs
|
|
26
|
+
# pp terraspace.outputs
|
|
27
27
|
# output_value = terraspace.output("<%= name %>", "some-output")
|
|
28
28
|
# expect(output_value).to include("some-value")
|
|
29
29
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-terraspace
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tung Nguyen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-11-
|
|
11
|
+
date: 2020-11-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|