summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-07-15 12:26:07 +0200
committerAzul <azul@leap.se>2013-07-15 12:26:07 +0200
commit48db4caa2fff451ce9cbb1b52c895ea7136736a4 (patch)
treea1ed989d7a0da34f5f5d33fad807d01d0c413c7b
parent8b79988c4c6cedd77664e14f16b149a669965eff (diff)
require test_helper from account test so it can be run in isolation
-rw-r--r--users/test/integration/browser/account_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/test/integration/browser/account_test.rb b/users/test/integration/browser/account_test.rb
index 5483c89..9f6d067 100644
--- a/users/test/integration/browser/account_test.rb
+++ b/users/test/integration/browser/account_test.rb
@@ -1,3 +1,5 @@
+require 'test_helper'
+
class AccountTest < BrowserIntegrationTest
setup do