taft 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 +4 -4
- data/lib/taft_files/lib/zznamezz_test_case.rb +1 -1
- data/taft.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a82e91a07c2de686f875d2ee1d681f01bc3f479a5fca0aebc18b1029db1d45bb
|
4
|
+
data.tar.gz: ead160fc74653d3210a6f566f9539c03e2b9b162a0a7356e6e96ac18a1f5bedc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ecbe57248e527bb55fb916dc7295a47fd18986300708e613fc43b6fb17f0f95c2832f474329ea1f4f2e10c32fc5ddeb2c3095fa89915ee8399863e3b65bfc99
|
7
|
+
data.tar.gz: 48048a39c78485684e03bff38fe0d86e03a0a517287a74ed378963b0bdb14bc1c26eb1e7474a5b8efb1b86bdcffc28646a05efdd2435e2e18ccb4d6e297e4bd5
|
@@ -54,7 +54,7 @@ module ZZnamezzTestCase
|
|
54
54
|
when /^browser$/
|
55
55
|
browser
|
56
56
|
when /^xxabbrevxx/i
|
57
|
-
|
57
|
+
XXabbrevupperxxPages.find(name.to_s) # return the page so that the test can use it
|
58
58
|
else
|
59
59
|
super
|
60
60
|
end
|
data/taft.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'taft'
|
3
|
-
s.version = '0.2.
|
3
|
+
s.version = '0.2.2'
|
4
4
|
s.licenses = ['MIT']
|
5
5
|
s.summary = "Test Automation Framework Template (TAFT)"
|
6
6
|
s.description = "TAFT will deploy/install a skeleton code framework for the automated testing of applications with APIs and/or web-UIs"
|