Commit 3000e1ea9935f201af8e4c87c9a1780033d89b6a

Authored by Braulio Bhavamitra
1 parent e43fc83f

stoa: call #reset_column_information to refresh table existence

plugins/stoa/test/functional/account_controller_test.rb
@@ -15,6 +15,7 @@ class AccountControllerTest < ActionController::TestCase @@ -15,6 +15,7 @@ class AccountControllerTest < ActionController::TestCase
15 t.date "dtanas" 15 t.date "dtanas"
16 end 16 end
17 ActiveRecord::Base.establish_connection(:test) 17 ActiveRecord::Base.establish_connection(:test)
  18 + StoaPlugin::UspUser.reset_column_information
18 19
19 def setup 20 def setup
20 @controller = AccountController.new 21 @controller = AccountController.new