[ARVADOS] updated: 0e24e2fd257b7aa27e04fa4376b5297d331a6a99
git at public.curoverse.com
git at public.curoverse.com
Tue Dec 2 10:14:58 EST 2014
Summary of changes:
apps/workbench/test/diagnostics_test_helper.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 0e24e2fd257b7aa27e04fa4376b5297d331a6a99 (commit)
from 11bfce50c0ed1519d764ede1538bcfb72c244019 (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 0e24e2fd257b7aa27e04fa4376b5297d331a6a99
Author: Ward Vandewege <ward at curoverse.com>
Date: Tue Dec 2 10:14:41 2014 -0500
Fix syntax error in workbench diagnostics_test_helper.rb
No issue #
diff --git a/apps/workbench/test/diagnostics_test_helper.rb b/apps/workbench/test/diagnostics_test_helper.rb
index e4a249e..9e0b4b3 100644
--- a/apps/workbench/test/diagnostics_test_helper.rb
+++ b/apps/workbench/test/diagnostics_test_helper.rb
@@ -28,6 +28,7 @@ class DiagnosticsTest < ActionDispatch::IntegrationTest
# Diagnostics tests never want to reset the database fixtures.
protected
- def self.reset_api_fixtures_now end
+ def self.reset_api_fixtures_now
+ end
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list