summaryrefslogtreecommitdiff
path: root/users/test/integration/browser/session_test.rb
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2014-02-07 07:51:12 -0800
committerjessib <jessib@riseup.net>2014-02-07 07:51:12 -0800
commit393abdefeeed2e9653e22c85b5d1c617003e95a9 (patch)
tree8351cc3a82c7c030f07bd494c2c1998dc19d9462 /users/test/integration/browser/session_test.rb
parentcbcd4d388dec048be3d3f66c1b909515d3176ead (diff)
parent58a36ae079f9103f2aa18da48d5ea2a18aae938c (diff)
Merge pull request #137 from azul/test/fix-red-ci
Test/fix red ci
Diffstat (limited to 'users/test/integration/browser/session_test.rb')
-rw-r--r--users/test/integration/browser/session_test.rb1
1 files changed, 0 insertions, 1 deletions
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