This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 3b1a48c No longer relevant
3b1a48c is described below
commit 3b1a48c85a5bcefffa5a5e99a4532e8ab258ae26
Author: Sebb <[email protected]>
AuthorDate: Fri Mar 18 17:18:26 2022 +0000
No longer relevant
---
lib/spec/lib/mail/mail_spec.rb | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/lib/spec/lib/mail/mail_spec.rb b/lib/spec/lib/mail/mail_spec.rb
index c45a51f..d87a9a1 100644
--- a/lib/spec/lib/mail/mail_spec.rb
+++ b/lib/spec/lib/mail/mail_spec.rb
@@ -114,15 +114,4 @@ describe ASF::Mail do
end
end
- describe '.deprecated()' do
- it 'should return some lists' do
- depr = ASF::Mail.deprecated()
- if TEST_DATA
- expect(depr.length).to be(4) # locally fixed size
- else
- expect(depr.length).to be_between(0,10).inclusive # varies, but
probably in that range
- end
- end
- end
-
end