summaryrefslogtreecommitdiff
path: root/test/integration/browser/session_test.rb
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2014-05-24 13:39:10 +0200
committerAzul <azul@leap.se>2014-05-26 17:45:18 +0200
commitbbeb4b629dc38d82b3b3200706dd25b8def8892e (patch)
treeb6157ed75653f97ff7cfa02a961e8f10efe7baf3 /test/integration/browser/session_test.rb
parent4085e3fabef6427cd3f8be9b61c209bd82eaa595 (diff)
sorting translation keys some
Diffstat (limited to 'test/integration/browser/session_test.rb')
-rw-r--r--test/integration/browser/session_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/browser/session_test.rb b/test/integration/browser/session_test.rb
index fb20847..d52508a 100644
--- a/test/integration/browser/session_test.rb
+++ b/test/integration/browser/session_test.rb
@@ -4,7 +4,7 @@ class SessionTest < BrowserIntegrationTest
test "valid session" do
login
- assert page.has_content?("Logout")
+ assert page.has_content?("Log Out")
end
test "expired session" do