spreewald 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -440,7 +440,7 @@ When /^I click on "([^\"]+)"$/ do |text|
440
440
  matcher = ['*', { :text => text }]
441
441
  patiently do
442
442
  element = page.find(:css, *matcher)
443
- while better_match = element.find(:css, *matcher)
443
+ while better_match = element.first(:css, *matcher)
444
444
  element = better_match
445
445
  end
446
446
  element.click
@@ -1,5 +1,5 @@
1
1
  # coding: UTF-8
2
2
 
3
3
  module Spreewald
4
- VERSION = "0.3.6"
4
+ VERSION = "0.3.7"
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spreewald
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 6
10
- version: 0.3.6
9
+ - 7
10
+ version: 0.3.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tobias Kraze
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-11-23 00:00:00 +01:00
18
+ date: 2012-12-05 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency