[ARVADOS] updated: f46a1e9489373ce076c71f7f52609a4e4a9c050a

git at public.curoverse.com git at public.curoverse.com
Tue Jul 21 16:14:37 EDT 2015


Summary of changes:
 apps/workbench/test/controllers/projects_controller_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  f46a1e9489373ce076c71f7f52609a4e4a9c050a (commit)
      from  6d1fb016135e6126c1d5c17ca02f210ba98dfc13 (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 f46a1e9489373ce076c71f7f52609a4e4a9c050a
Author: Manoj <jonam33 at gmail.com>
Date:   Tue Jul 21 16:11:30 2015 -0400

    6465: Changed "test dashboard button all #{target}" to use assert_includes
    instead of css_select. css_select is throwing a wierd message.

diff --git a/apps/workbench/test/controllers/projects_controller_test.rb b/apps/workbench/test/controllers/projects_controller_test.rb
index cb4ef99..13979df 100644
--- a/apps/workbench/test/controllers/projects_controller_test.rb
+++ b/apps/workbench/test/controllers/projects_controller_test.rb
@@ -393,7 +393,7 @@ class ProjectsControllerTest < ActionController::TestCase
   ].each do |target,path|
     test "test dashboard button all #{target}" do
       get :index, {}, session_for(:active)
-      refute_empty css_select("[href=\"#{path}\"]")
+      assert_includes @response.body, "href=\"#{path}\""
       assert_includes @response.body, "All #{target}"
     end
   end

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list