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 15 t.date "dtanas"
16 16 end
17 17 ActiveRecord::Base.establish_connection(:test)
  18 + StoaPlugin::UspUser.reset_column_information
18 19  
19 20 def setup
20 21 @controller = AccountController.new
... ...