projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
20300: Remove extra Time.parse(), which Rails 6 does implicitly.
[arvados.git]
/
services
/
api
/
Rakefile
diff --git
a/services/api/Rakefile
b/services/api/Rakefile
index 3de2d273bf98f3246cc8745e8f46d9e57ab74723..70ceb653e6f72afc79de5be38c5005486c1d2324 100644
(file)
--- a/
services/api/Rakefile
+++ b/
services/api/Rakefile
@@
-7,6
+7,7
@@
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require File.expand_path('../config/application', __FILE__)
+require 'rake/testtask'
Server::Application.load_tasks