Commit 3000e1ea9935f201af8e4c87c9a1780033d89b6a
1 parent
e43fc83f
Exists in
master
and in
12 other branches
stoa: call #reset_column_information to refresh table existence
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
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 |