anadea-mailsocio-qa 0.1.5 → 0.1.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.
- checksums.yaml +4 -4
- data/lib/mailsocio_qa/mailsocio_test.rb +1 -3
- data/mailsocio-qa.gemspec +1 -1
- metadata +2 -3
- data/lib/minitest/mailsocio_qa_plugin.rb +0 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5dee8f8acfd5994d7c03c6121e3b38b430e59b43
|
|
4
|
+
data.tar.gz: 549bb8a9398d4d88ef02e0aea6aee1ca49cd9dcd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3817a8e0cc41982e49264ccab0aa4602803fe61f3ada660abce020095d8561721fe7c807d97ab13985e498b3804520ba55802bb97b3480dbeabfd552f0debf5
|
|
7
|
+
data.tar.gz: 62da4a8be903af86848fcf59ec2da3ae9869a5ce177ce71a58887ae0b52727b0df08071d6a4e033351ce5f2a6639c273d55258755a3613c69e277b977034a263
|
|
@@ -215,9 +215,7 @@ NONASCIIHTML
|
|
|
215
215
|
domain = settings.trap.custom_tracking_domain
|
|
216
216
|
attrs = @client.create_account(custom_tracking_domain: domain)
|
|
217
217
|
@client.custom_tracking_domain = domain
|
|
218
|
-
|
|
219
|
-
@client.read_account
|
|
220
|
-
end
|
|
218
|
+
@client.read_account
|
|
221
219
|
assert attrs['custom_tracking_enabled'], 'Custom tracking is disabled'
|
|
222
220
|
assert attrs['custom_signing_enabled'], 'Custom signing is disabled'
|
|
223
221
|
|
data/mailsocio-qa.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: anadea-mailsocio-qa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anadea
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-05-
|
|
11
|
+
date: 2015-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minitest
|
|
@@ -131,7 +131,6 @@ files:
|
|
|
131
131
|
- lib/mailsocio_qa/settings.rb
|
|
132
132
|
- lib/mailsocio_qa/test_client.rb
|
|
133
133
|
- lib/mailsocio_qa/test_html_page.rb
|
|
134
|
-
- lib/minitest/mailsocio_qa_plugin.rb
|
|
135
134
|
- mailsocio-qa.gemspec
|
|
136
135
|
- settings.yml
|
|
137
136
|
homepage:
|