From 3000e1ea9935f201af8e4c87c9a1780033d89b6a Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Sun, 21 Feb 2016 11:50:31 -0300 Subject: [PATCH] stoa: call #reset_column_information to refresh table existence --- plugins/stoa/test/functional/account_controller_test.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/plugins/stoa/test/functional/account_controller_test.rb b/plugins/stoa/test/functional/account_controller_test.rb index 4db55b4..795f56f 100644 --- a/plugins/stoa/test/functional/account_controller_test.rb +++ b/plugins/stoa/test/functional/account_controller_test.rb @@ -15,6 +15,7 @@ class AccountControllerTest < ActionController::TestCase t.date "dtanas" end ActiveRecord::Base.establish_connection(:test) + StoaPlugin::UspUser.reset_column_information def setup @controller = AccountController.new -- libgit2 0.21.2