funktional 3.0.5 → 3.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{funktional}
5
- s.version = "3.0.5"
5
+ s.version = "3.0.6"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Brent Greeff and Felix Clack"]
@@ -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: 13
4
+ hash: 11
5
5
  prerelease: false
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 5
10
- version: 3.0.5
9
+ - 6
10
+ version: 3.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Brent Greeff and Felix Clack