cucumber-sentences 0.0.12 → 0.0.13

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
  SHA1:
3
- metadata.gz: afa42d0396e015894ce9483d803b17c80b0f740b
4
- data.tar.gz: 3c2334009c90ccb0bf0000906a70d8f43053d7f9
3
+ metadata.gz: 8da1b53497fa0e596c611d4aa6fc731e6ae2b11c
4
+ data.tar.gz: e52344d8cc4dafb05186b2fcfcde410811ee9a4d
5
5
  SHA512:
6
- metadata.gz: 32276e5ea37404b0814a34a2105d48f7de7ffb922b1308e5ed1bc1aeb02c4bb9057eca1d630943f01b4d7754ed2231a8417960e3a3c8347bc1b5491fa017b2c6
7
- data.tar.gz: 1f89b48374596f07f018143d6be72d831e8112fd7396659aeae447329700a2768f4a2aef282b37a10b72025cb7af0cc0a80e02ab509925d9b5b96a60da8a57bd
6
+ metadata.gz: 72c24c1c944daf9cc7c2c7b00b3f6a40eefdea8467e0f4054735096579b1f48a27f9a31abdb5c15709c8f830587ae2dabd1f1e20653211baeb750c3f4457851c
7
+ data.tar.gz: 73e952c315cd3246d01adc42ba20d7b36259748af560a1cb6ebf44f4eb979a7d980832a93f33f491bb992962aad7c0f4b89c85674d6ed33c3e95ec53001c05f5
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'cucumber-sentences'
5
- s.version = '0.0.12'
5
+ s.version = '0.0.13'
6
6
  s.license = 'MIT'
7
7
  s.summary = "Pre-built sentences for your cucumber tests"
8
8
  s.description = "Pre-built sentences for your cucumber tests"
@@ -247,7 +247,7 @@ Then(/^I can see "([^"]*)" in element "([^"]*)"(| exactly)$/) do | text, dom_ele
247
247
  end
248
248
 
249
249
  Then(/^I can see "([^"]*)" in input "([^"]*)"$/) do | value, input |
250
- expect(@current_page.get_field(input).when_visible().value).to include(value)
250
+ expect(@current_page.get_field(input).when_visible().value).to include(Fakable.fake_if_needed(value))
251
251
  end
252
252
 
253
253
  Then(/^I should not see a message tell me "([^"]*)"$/) do | text |
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-sentences
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - DonkeyCode
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-10-16 00:00:00.000000000 Z
12
+ date: 2017-10-24 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Pre-built sentences for your cucumber tests
15
15
  email: cedric@donkeycode.com