spreewald 1.3.1 → 1.3.2

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: 843c98373fd1e00c603e0ea614523783d328f318
4
- data.tar.gz: e4684974f952d1038999a64d25a75f4de742c80f
3
+ metadata.gz: 415633e7a052e115f9212a4cff6afd6a6aa248d8
4
+ data.tar.gz: acaba4221f5ee0fc9eb876ce7f0b9fed31d93d50
5
5
  SHA512:
6
- metadata.gz: e01f42c8f82a2a4069deb63baf697d9944cbd5154490ff8fe397b1a93fa04f0e6fe7031cb0559e65934a042e1c2c59b8e465a9fccbd42c18fe25f7de72e1f8e3
7
- data.tar.gz: eab3ef8b6dab114a31a033aba51499be4427c5af578f562f3555df974327c3b6bed8c19adf04b324b2d2eaca1171a54b5013c3710558fa284e6f689938d3305e
6
+ metadata.gz: aada1464402a29e3bfb0ad168821a48a4cfe9c65376a48ec33cadbb32237d45b28518de6ee02c888d2297c634f366fdc379a5c9bdb0464e5d5d8e005c1f25be3
7
+ data.tar.gz: 26bfef269fdc97e9110690bc4583baf944707d1aa6c27fd0cdbd579240f8e788636feecfdeb0834f995df72196b75026da22b26e41661a9c1105c6b77b7db5dd
@@ -492,7 +492,7 @@ end
492
492
  # Then I should not see a sidebar element
493
493
  # Then I should see the Twitter timeline element
494
494
  #
495
- Then /^I should (not )?see (?:(?:a |an |the )?("[^"]+")|(.*?)) element$/ do |negate, locator_with_quotes, locator_without_quotes|
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
497
  selector = _selector_for(locator_with_quotes || locator_without_quotes)
498
498
  patiently do
@@ -1,3 +1,3 @@
1
1
  module Spreewald
2
- VERSION = '1.3.1'
2
+ VERSION = '1.3.2'
3
3
  end
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../../..
3
3
  specs:
4
- spreewald (1.2.14)
4
+ spreewald (1.3.1)
5
5
  capybara
6
6
  cucumber
7
7
  cucumber-rails
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../../..
3
3
  specs:
4
- spreewald (1.2.14)
4
+ spreewald (1.3.2)
5
5
  capybara
6
6
  cucumber
7
7
  cucumber-rails
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.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Kraze