diff options
author | jessib <jessib@riseup.net> | 2014-02-07 07:51:12 -0800 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2014-02-07 07:51:12 -0800 |
commit | 393abdefeeed2e9653e22c85b5d1c617003e95a9 (patch) | |
tree | 8351cc3a82c7c030f07bd494c2c1998dc19d9462 /users/test/integration/browser | |
parent | cbcd4d388dec048be3d3f66c1b909515d3176ead (diff) | |
parent | 58a36ae079f9103f2aa18da48d5ea2a18aae938c (diff) |
Merge pull request #137 from azul/test/fix-red-ci
Test/fix red ci
Diffstat (limited to 'users/test/integration/browser')
-rw-r--r-- | users/test/integration/browser/account_test.rb | 4 | ||||
-rw-r--r-- | users/test/integration/browser/session_test.rb | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/users/test/integration/browser/account_test.rb b/users/test/integration/browser/account_test.rb index 3785b72..a5677ad 100644 --- a/users/test/integration/browser/account_test.rb +++ b/users/test/integration/browser/account_test.rb @@ -2,10 +2,6 @@ require 'test_helper' class AccountTest < BrowserIntegrationTest - setup do - Capybara.current_driver = Capybara.javascript_driver - end - teardown do Identity.destroy_all_disabled end diff --git a/users/test/integration/browser/session_test.rb b/users/test/integration/browser/session_test.rb index bb4e8c9..3a41b3a 100644 --- a/users/test/integration/browser/session_test.rb +++ b/users/test/integration/browser/session_test.rb @@ -3,7 +3,6 @@ require 'test_helper' class SessionTest < BrowserIntegrationTest setup do - Capybara.current_driver = Capybara.javascript_driver @username, password = submit_signup end |