spreewald 0.5.15 → 0.5.16

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- spreewald (0.5.15)
4
+ spreewald (0.5.16)
5
5
  capybara
6
6
  cucumber
7
7
  cucumber-rails
@@ -92,7 +92,7 @@ end
92
92
  # All of these lines
93
93
  # need to be present
94
94
  # """
95
- Then /^that e?mail should( not)? have the following lines in the body:$/ do |expectation, body|
95
+ Then /^that e?mail should( not)? have the following lines in the body:$/ do |negate, body|
96
96
  expectation = negate ? 'should_not' : 'should'
97
97
 
98
98
  body.to_s.strip.split(/\n/).each do |line|
@@ -1,5 +1,5 @@
1
1
  # coding: UTF-8
2
2
 
3
3
  module Spreewald
4
- VERSION = "0.5.15"
4
+ VERSION = "0.5.16"
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: 21
4
+ hash: 43
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 15
10
- version: 0.5.15
9
+ - 16
10
+ version: 0.5.16
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tobias Kraze