spreewald 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f5ec1825f75d18526b1dfd8b7d87176b668ba69d
4
- data.tar.gz: 609b83408b678029224561918bcc0cdfaf232924
3
+ metadata.gz: 843c98373fd1e00c603e0ea614523783d328f318
4
+ data.tar.gz: e4684974f952d1038999a64d25a75f4de742c80f
5
5
  SHA512:
6
- metadata.gz: 037de990af78547368e9b8e2148f65cd17492bcc8a219c665f8c84015c01be0774ea62c4c62a3b5bfb306d1f005aad1f032fe069c732ec61bbe9bf5707c37db8
7
- data.tar.gz: 55268100bd3e011ea57b6d80c97dcd4d71f81bad3bc7efed972dbe5bb46abd46fe64737053753fc14736eeabbe9b7b6fdbc9661bd866ada3ceff1e3f8d38df7a
6
+ metadata.gz: e01f42c8f82a2a4069deb63baf697d9944cbd5154490ff8fe397b1a93fa04f0e6fe7031cb0559e65934a042e1c2c59b8e465a9fccbd42c18fe25f7de72e1f8e3
7
+ data.tar.gz: eab3ef8b6dab114a31a033aba51499be4427c5af578f562f3555df974327c3b6bed8c19adf04b324b2d2eaca1171a54b5013c3710558fa284e6f689938d3305e
@@ -494,7 +494,7 @@ end
494
494
  #
495
495
  Then /^I should (not )?see (?:(?:a |an |the )?("[^"]+")|(.*?)) element$/ do |negate, locator_with_quotes, locator_without_quotes|
496
496
  expectation = negate ? :should_not : :should
497
- selector = selector_for(locator_with_quotes || locator_without_quotes)
497
+ selector = _selector_for(locator_with_quotes || locator_without_quotes)
498
498
  patiently do
499
499
  page.send(expectation, have_css(selector))
500
500
  end
@@ -1,3 +1,3 @@
1
1
  module Spreewald
2
- VERSION = '1.3.0'
2
+ VERSION = '1.3.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spreewald
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Kraze