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 4311a36 Workround for Travis run failure
4311a36 is described below
commit 4311a36e799ee56da7ba07a90978c5cb73c3a4ea
Author: Sebb <[email protected]>
AuthorDate: Thu Dec 16 22:47:40 2021 +0000
Workround for Travis run failure
---
www/board/agenda/spec/actions_spec.rb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/www/board/agenda/spec/actions_spec.rb
b/www/board/agenda/spec/actions_spec.rb
index c06c424..bd34d82 100644
--- a/www/board/agenda/spec/actions_spec.rb
+++ b/www/board/agenda/spec/actions_spec.rb
@@ -3,6 +3,9 @@
# to a form action.
#
+# workround for Travis error:
+# uninitialized constant ActiveSupport::XmlMini::IsolatedExecutionState
+require "active_support/isolated_execution_state"
require_relative 'spec_helper'
require_relative '../models/pending'
require 'shellwords'