effective_test_bot 1.7.8 → 1.7.9
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 07d35a95259ca95427d9cf3f683b5772f7ead21ddaccfba26db8a0e7e69df241
|
|
4
|
+
data.tar.gz: dccee1cb15aa036640ab367a970d3ffe2f2da3b760575c45b8f5127c9dca5f39
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 598efc2bc915c67d539e313d29fd4337b33980c3f46265ea02aa095131a5aed6bcaa4583bdef0ae3832632086c9f4b31b973b5742dea4588a12c1d903e99a849
|
|
7
|
+
data.tar.gz: be8e0f9f9dda9b884720be5bd38096837b9918af48b948a6c9774162893aa76cf3d45c44f3384eb23dc7fdebe5c613a89523e726d886b7d8a94a8e6f0e088c01
|
|
@@ -315,7 +315,11 @@ module EffectiveTestBotAssertions
|
|
|
315
315
|
matches &&= (html_body.present? && html_body.include?('<meta')) if html_layout
|
|
316
316
|
matches &&= (html_body.blank? && plain_body.blank? && message_body.exclude?('<meta')) if plain_layout
|
|
317
317
|
|
|
318
|
-
|
|
318
|
+
# assert_email is true on any delivery that match
|
|
319
|
+
if matches
|
|
320
|
+
assert true # self.assertions += 1
|
|
321
|
+
return retval
|
|
322
|
+
end
|
|
319
323
|
end
|
|
320
324
|
|
|
321
325
|
expected = [
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: effective_test_bot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.
|
|
4
|
+
version: 1.7.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code and Effect
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|