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 c236480 Done with these tests
c236480 is described below
commit c236480b5dc1ee481d44d70571c3ff0aa9ae5108
Author: Sebb <[email protected]>
AuthorDate: Tue May 28 01:41:43 2019 +0100
Done with these tests
---
lib/spec/lib/mail/mlist_spec.rb | 7 -------
1 file changed, 7 deletions(-)
diff --git a/lib/spec/lib/mail/mlist_spec.rb b/lib/spec/lib/mail/mlist_spec.rb
index 6f34032..8650b6c 100644
--- a/lib/spec/lib/mail/mlist_spec.rb
+++ b/lib/spec/lib/mail/mlist_spec.rb
@@ -6,13 +6,6 @@ require 'whimsy/asf/mlist' # not loaded by default
describe ASF::MLIST do
- describe "Dummy test to trigger Travis error" do
- it "Should fail" do
- %x(sudo mkdir /srv/subscriptions)
- expect(%x(ls -ld /srv)).to eq('x')
- end
- end
-
describe "ASF::MLIST.members_subscribers" do
it "should return an array of members@ subscribers followed by the file
update time", :skip => TEST_DATA do
res = ASF::MLIST.members_subscribers()