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 a7893c1 remove workaround
a7893c1 is described below
commit a7893c1f8655627cb6c4cf60eb32950cb72bb7ac
Author: Sam Ruby <[email protected]>
AuthorDate: Thu Dec 16 22:52:34 2021 -0500
remove workaround
---
www/board/agenda/spec/actions_spec.rb | 3 ---
1 file changed, 3 deletions(-)
diff --git a/www/board/agenda/spec/actions_spec.rb
b/www/board/agenda/spec/actions_spec.rb
index bd34d82..c06c424 100644
--- a/www/board/agenda/spec/actions_spec.rb
+++ b/www/board/agenda/spec/actions_spec.rb
@@ -3,9 +3,6 @@
# 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'