You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2021/02/15 00:26:01 UTC

[whimsy] branch master updated: Ensure config has been initialised

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 4bf6287  Ensure config has been initialised
4bf6287 is described below

commit 4bf6287b75b846cf248093d62d7709cb6a1e73d7
Author: Sebb <se...@apache.org>
AuthorDate: Mon Feb 15 00:25:50 2021 +0000

    Ensure config has been initialised
---
 lib/spec/spec_helper.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/spec/spec_helper.rb b/lib/spec/spec_helper.rb
index 4d89234..44009d5 100644
--- a/lib/spec/spec_helper.rb
+++ b/lib/spec/spec_helper.rb
@@ -1,6 +1,7 @@
 $LOAD_PATH.unshift '/srv/whimsy/lib'
 
 require 'whimsy/asf'
+require 'whimsy/asf/config' # must be loaded before updating config
 
 SAMPLE_SVN_NAME = 'minutes' # name of checkout of public SVN dir
 SAMPLE_SVN_URL_RE = %r{https://.+/minutes}