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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38314855ea92f1fd195b9849921abf7922753db27bd1cf2aecf1cbf9f101c101
4
- data.tar.gz: '098dc0f58abc5c11d336ddc2490bd0a6b06b78b0d01584bda7e49140a7b5ca7d'
3
+ metadata.gz: a82e91a07c2de686f875d2ee1d681f01bc3f479a5fca0aebc18b1029db1d45bb
4
+ data.tar.gz: ead160fc74653d3210a6f566f9539c03e2b9b162a0a7356e6e96ac18a1f5bedc
5
5
  SHA512:
6
- metadata.gz: f06a951dc5c2bbfc798ddf1d30b44f74e29ef150861bfb7c5f1f471184be3b005cd9b061e2791bfd378250252f628f42ebe1f51e91db899ac1449990a38fb2b2
7
- data.tar.gz: d04710d797da6337f55d3cd1da02f8d5ce084a54b23d8d3f4c6870006b16309e6fb76ae0e281656a2055d52658c5e8c70c31493f8d07d3c2e3fdcf10ee432f3d
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
- RSPages.find(name.to_s) # return the page so that the test can use it
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
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'taft'
3
- s.version = '0.2.1'
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"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taft
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Morrisby