aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/integration/auth_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/auth_test.rb b/test/integration/auth_test.rb
index 285fdbe..7fa2950 100644
--- a/test/integration/auth_test.rb
+++ b/test/integration/auth_test.rb
@@ -30,6 +30,7 @@ class TestAuth < CapybaraTestCase
login_with_correct_credentials
assert_equal 200, page.status_code
+ assert_text "You're logged in!"
end
def test_logout