summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2013-12-16 09:41:38 -0800
committerjessib <jessib@riseup.net>2013-12-16 09:41:38 -0800
commitdbb4030c87872550e03d1252ce2258f7cb1da6d9 (patch)
tree2028ea1c0aaf34d57834d39d44a4ffd314fb1a16 /test
parente1d9d92d4afe32a6b4c267d9ffb7d8a40c4871e1 (diff)
parent72087656e5092fd744f4314c9a0e91825399fefc (diff)
Merge pull request #121 from azul/feature/robust-against-couch-connection-issues
Feature/robust against couch connection issues
Diffstat (limited to 'test')
-rw-r--r--test/integration/os_detection_test.rb (renamed from test/integration/home_test.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/home_test.rb b/test/integration/os_detection_test.rb
index 126a420..cb254aa 100644
--- a/test/integration/home_test.rb
+++ b/test/integration/os_detection_test.rb
@@ -1,6 +1,6 @@
require 'test_helper'
-class AccountTest < BrowserIntegrationTest
+class OsDetectionTest < BrowserIntegrationTest
setup do
Capybara.current_driver = Capybara.javascript_driver