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 aef7faa Ensure Travis has a directory to find
aef7faa is described below
commit aef7faa1636cc1a92ee19938c8118952c3107b4e
Author: Sebb <[email protected]>
AuthorDate: Tue Nov 26 10:56:19 2019 +0000
Ensure Travis has a directory to find
---
lib/spec/spec_helper.rb | 1 +
lib/test/svn/templates/README.txt | 0
2 files changed, 1 insertion(+)
diff --git a/lib/spec/spec_helper.rb b/lib/spec/spec_helper.rb
index e46b330..c0bbc94 100644
--- a/lib/spec/spec_helper.rb
+++ b/lib/spec/spec_helper.rb
@@ -7,6 +7,7 @@ if ENV['RAKE_TEST'] == 'TRUE' or not
(ASF::SVN.find('apmail_bin') and ASF::SVN.f
puts "Overriding data directories"
ASF::SVN['apmail_bin'] = File.expand_path('../test/svn/apmail_bin', __dir__)
ASF::SVN['board'] = File.expand_path('../test/svn/board', __dir__)
+ ASF::SVN['templates'] = File.expand_path('../test/svn/templates', __dir__)
ASF::Config[:subscriptions] = File.expand_path('../test/subscriptions',
__dir__)
else
TEST_DATA = false
diff --git a/lib/test/svn/templates/README.txt
b/lib/test/svn/templates/README.txt
new file mode 100644
index 0000000..e69de29