[ARVADOS] updated: 525d5d6351a0610237c52f1564dec5b77cf3af4f
git at public.curoverse.com
git at public.curoverse.com
Mon Feb 9 22:26:04 EST 2015
Summary of changes:
apps/workbench/Gemfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 525d5d6351a0610237c52f1564dec5b77cf3af4f (commit)
from 204f433a870e2bf1cf7af1fbe076e91f427ef05e (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 525d5d6351a0610237c52f1564dec5b77cf3af4f
Author: Ward Vandewege <ward at curoverse.com>
Date: Mon Feb 9 22:25:50 2015 -0500
Make sure the performance testing gems are available when workbench is
run in the performance rails environment.
refs #4754
diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile
index 4065f1b..5ed9340 100644
--- a/apps/workbench/Gemfile
+++ b/apps/workbench/Gemfile
@@ -41,7 +41,7 @@ group :test, :diagnostics do
gem 'headless'
end
-group :test do
+group :test, :performance do
gem 'rails-perftest'
gem 'ruby-prof'
gem 'rvm-capistrano'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list