diff --git a/lib/tasks/integration.rake b/lib/tasks/integration.rake index 1b5c55ff1..38c21bf9a 100644 --- a/lib/tasks/integration.rake +++ b/lib/tasks/integration.rake @@ -2,6 +2,7 @@ # licensed under the Affero General Public License version 3 or later. See # the COPYRIGHT file. +begin namespace :integration do desc "rebuild and prepare test db" task :gogogo => ['db:integration:prepare', :start_servers, :run_specs] @@ -46,3 +47,5 @@ namespace :integration do end end +rescue MissingSourceFile +end