funktional 3.0.5 → 3.0.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.
- data/funktional.gemspec +1 -1
- data/lib/funktional/email_assertion.rb +1 -1
- metadata +3 -3
data/funktional.gemspec
CHANGED
|
@@ -16,7 +16,7 @@ module Funktional
|
|
|
16
16
|
when :subject
|
|
17
17
|
then assert_equal expectations[:subject], email.subject
|
|
18
18
|
when :containing
|
|
19
|
-
then check_containing(expectations[:containing], email.body)
|
|
19
|
+
then check_containing(expectations[:containing], email.body.raw_source)
|
|
20
20
|
else
|
|
21
21
|
flunk "Assertion key: [#{key}] not recognised"
|
|
22
22
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: funktional
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 11
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 3.0.
|
|
9
|
+
- 6
|
|
10
|
+
version: 3.0.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Brent Greeff and Felix Clack
|