[ARVADOS] updated: 50ab35e7c81a9c1363da289bf76424d669bdf80c
git at public.curoverse.com
git at public.curoverse.com
Tue Feb 3 08:08:40 EST 2015
Summary of changes:
apps/workbench/test/integration/errors_test.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 50ab35e7c81a9c1363da289bf76424d669bdf80c (commit)
from 4bc67f80590ebbfe530d55b9109542f2b404e7b7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 50ab35e7c81a9c1363da289bf76424d669bdf80c
Author: Radhika Chippada <radhika at curoverse.com>
Date: Tue Feb 3 08:08:09 2015 -0500
2659: fix test assertion
diff --git a/apps/workbench/test/integration/errors_test.rb b/apps/workbench/test/integration/errors_test.rb
index 23e8c01..37846a8 100644
--- a/apps/workbench/test/integration/errors_test.rb
+++ b/apps/workbench/test/integration/errors_test.rb
@@ -128,7 +128,7 @@ class ErrorsTest < ActionDispatch::IntegrationTest
test "404 page checks if user not logged in and makes suggestion" do
visit "/collections/#{BAD_UUID}"
- assert_text 'You are not logged into Arvados',
+ assert_includes page.text, 'You are not logged into Arvados',
'Not found: You are not logged into Arvados'
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list