You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2018/05/09 19:25:58 UTC

[whimsy] branch master updated: Fix build error; make tests match fix for #48

This is an automated email from the ASF dual-hosted git repository.

curcuru 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 fe51f15  Fix build error; make tests match fix for #48
fe51f15 is described below

commit fe51f156273274a972232557ee2e747c3afde4bf
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Wed May 9 15:25:51 2018 -0400

    Fix build error; make tests match fix for #48
---
 www/board/agenda/spec/actions_spec.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/board/agenda/spec/actions_spec.rb b/www/board/agenda/spec/actions_spec.rb
index a1c43ff..970c621 100644
--- a/www/board/agenda/spec/actions_spec.rb
+++ b/www/board/agenda/spec/actions_spec.rb
@@ -334,7 +334,7 @@ feature 'server actions' do
       @reminder = 'reminder1'
       response = eval(File.read('views/actions/reminder-text.json.rb'))
       expect(response[:subject]).to \
-        eq('ASF Board Report for [project] - Initial Reminder for February 2015')
+        eq('[project] Board Report due for February 2015 - Initial Reminder')
       expect(response[:body]).to match(/It is an initial reminder/)
       expect(response[:body]).to \
         match(/the deadline for\ssubmitting your report is 1 full week/)
@@ -345,7 +345,7 @@ feature 'server actions' do
       @reminder = 'reminder2'
       response = eval(File.read('views/actions/reminder-text.json.rb'))
       expect(response[:subject]).to \
-        eq('ASF Board Report for February 2015 is now due from [project]')
+        eq('[project] Board Report due for February 2015 - is now due!')
       expect(response[:body]).to match(/These reports are\snow due/)
       expect(response[:body]).to \
         match(/The meeting is scheduled for Wed, 18 Feb 2015 at 10:30 PST\./)

-- 
To stop receiving notification emails like this one, please contact
curcuru@apache.org.