spreewald 0.8.5 → 0.8.6

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.
@@ -150,8 +150,6 @@ Then /^the "([^"]*)" field should (not )?contain "([^"]*)"$/ do |label, negate,
150
150
  patiently do
151
151
  field = find_field(label)
152
152
  field_value = case field.tag_name
153
- when 'textarea'
154
- field.text.present? ? field.text.strip : ''
155
153
  when 'select'
156
154
  options = field.all('option')
157
155
  selected_option = options.detect(&:selected?) || options.first
@@ -1,3 +1,3 @@
1
1
  module Spreewald
2
- VERSION = '0.8.5'
2
+ VERSION = '0.8.6'
3
3
  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: 53
4
+ hash: 51
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 5
10
- version: 0.8.5
9
+ - 6
10
+ version: 0.8.6
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: 2014-01-15 00:00:00 +01:00
18
+ date: 2014-01-20 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency