diff --git a/test/test_helper.rb b/test/test_helper.rb index 7a1274f52..d3084157d 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -44,6 +44,12 @@ module ActiveSupport include ActiveJob::TestHelper include ActionTextTestHelper, CardTestHelper, ChangeTestHelper, SessionTestHelper + + setup do + # TODO:PLANB: this is hacky, we should sort through the `Current` dependencies and figure out + # how to set Current.user without needing both a session *and* an account + Current.account = accounts("37s") + end end end