From 48db4caa2fff451ce9cbb1b52c895ea7136736a4 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 15 Jul 2013 12:26:07 +0200 Subject: require test_helper from account test so it can be run in isolation --- users/test/integration/browser/account_test.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'users/test/integration/browser/account_test.rb') 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 -- cgit v1.2.3