X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fc100474c5d74b20b2576bd3a8f633746c0c6fb2..011cdc12d3d3a664e8a8ef09bc0e7f5223afa6df:/services/api/Rakefile diff --git a/services/api/Rakefile b/services/api/Rakefile index 17d5fe7202..223f5ca216 100644 --- a/services/api/Rakefile +++ b/services/api/Rakefile @@ -4,4 +4,10 @@ require File.expand_path('../config/application', __FILE__) +begin + ok = PgPower +rescue + abort "Hm, pg_power is missing. Make sure you use 'bundle exec rake ...'" +end + Server::Application.load_tasks