[ARVADOS] updated: 56494c25a872fc0d1ff81f3b2ef6d28074204687
git at public.curoverse.com
git at public.curoverse.com
Tue Sep 30 23:13:29 EDT 2014
Summary of changes:
apps/workbench/test/integration/projects_test.rb | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
via 56494c25a872fc0d1ff81f3b2ef6d28074204687 (commit)
from b5fd5a6835ccf930ca78f9b6376bd90d546ecaee (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 56494c25a872fc0d1ff81f3b2ef6d28074204687
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Sep 30 23:03:12 2014 -0400
4004: Add newlines for readability
diff --git a/apps/workbench/test/integration/projects_test.rb b/apps/workbench/test/integration/projects_test.rb
index 565ca8d..2bcfd15 100644
--- a/apps/workbench/test/integration/projects_test.rb
+++ b/apps/workbench/test/integration/projects_test.rb
@@ -457,8 +457,11 @@ class ProjectsTest < ActionDispatch::IntegrationTest
assert page.has_link?('Jobs and pipelines'), 'Jobs and pipelines link not found in project'
end
- [["jobs", "/jobs"], ["pipelines", "/pipeline_instances"], ["collections", "/collections"]].each do |target,path|
- test "Test dashboard button all #{target}" do
+ [["jobs", "/jobs"],
+ ["pipelines", "/pipeline_instances"],
+ ["collections", "/collections"]
+ ].each do |target,path|
+ test "Test dashboard button all #{target}" do
visit page_with_token 'active', '/'
click_link "All #{target}"
assert_equal path, current_path
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list