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 +1 -1
- data/lib/spreewald/email_steps.rb +1 -1
- data/lib/spreewald_support/version.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
|
@@ -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 |
|
|
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|
|
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:
|
|
4
|
+
hash: 43
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 0.5.
|
|
9
|
+
- 16
|
|
10
|
+
version: 0.5.16
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Tobias Kraze
|