You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2018/04/04 20:20:15 UTC

[whimsy] branch master updated: try splitting test spec into two to see if cleanup after each step helps

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

rubys 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 b8b59f1  try splitting test spec into two to see if cleanup after each step helps
b8b59f1 is described below

commit b8b59f1f2073c0d66df7a8f29bcc9ddf9c4bcbb2
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Apr 4 16:19:37 2018 -0400

    try splitting test spec into two to see if cleanup after each step helps
    
    Note: tests passed without this change on both my Mac OS/X and Unbuntu machines.
---
 www/board/agenda/spec/actions_spec.rb | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/www/board/agenda/spec/actions_spec.rb b/www/board/agenda/spec/actions_spec.rb
index 7e61e46..bb6d294 100644
--- a/www/board/agenda/spec/actions_spec.rb
+++ b/www/board/agenda/spec/actions_spec.rb
@@ -15,9 +15,9 @@ feature 'server actions' do
   end
 
   #
-  # Index
+  # Index - split in two so that cleanup occurs after each step
   #
-  describe 'index' do
+  describe 'index0' do
     it "should post new special orders" do
       @agenda = 'board_agenda_2015_02_18.txt'
       @attach = '7?'
@@ -31,7 +31,8 @@ feature 'server actions' do
       expect(resolution['text']).
         to eq('WHEREAS, RESOLVED, and other official words')
     end
-
+  end
+  describe 'index1' do
     it "should post out of cycle reports" do
       @agenda = 'board_agenda_2015_02_18.txt'
       @attach = '+Whimsy'

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