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 2019/03/29 20:40:27 UTC

[whimsy] branch master updated: Document choice of id

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 3b1a5c0  Document choice of id
3b1a5c0 is described below

commit 3b1a5c0b1b41f60934b38c9bc00fcdd8bc640969
Author: Sebb <se...@apache.org>
AuthorDate: Fri Mar 29 20:40:23 2019 +0000

    Document choice of id
---
 www/board/agenda/spec/secretary_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/spec/secretary_spec.rb b/www/board/agenda/spec/secretary_spec.rb
index f987941..0e9c0b1 100644
--- a/www/board/agenda/spec/secretary_spec.rb
+++ b/www/board/agenda/spec/secretary_spec.rb
@@ -6,7 +6,7 @@ require_relative 'spec_helper'
 
 feature 'report' do
   before :each do
-    page.driver.header 'REMOTE_USER', 'mattsicker'
+    page.driver.header 'REMOTE_USER', 'mattsicker' # must be a non-director member of the secretarial team
   end
 
   it "should allow timestamps to be edited" do