diff options
author | Azul <azul@leap.se> | 2013-12-13 11:13:08 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-12-13 11:13:19 +0100 |
commit | ce99e9892dc5f807e072be8161c19f4969b1dace (patch) | |
tree | 024624e452fe5357f8bac328572578ee3d87719d | |
parent | 8fba6fae51e96ec3330896d107ab01fce2e322d9 (diff) |
minor: rename 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 |