From 277f49385154c028785fca9bda00901a578586ba Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Wed, 5 Feb 2020 13:46:22 +0000 Subject: [PATCH] Fix "uninitialized constant ActiveModel::ValidationError" in test --- test/models/webchat_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/models/webchat_test.rb b/test/models/webchat_test.rb index d87b09c7d..924cc821d 100644 --- a/test/models/webchat_test.rb +++ b/test/models/webchat_test.rb @@ -1,4 +1,5 @@ require "test_helper" +require "active_model" class WebchatTest < ActiveSupport::TestCase webchat_config = {