Skip to content
Extraits de code Groupes Projets
Valider b3cbe0a3 rédigé par Raphael Sofaer's avatar Raphael Sofaer
Parcourir les fichiers

Wrap integration rake in MissingSourceFile rescue to avoid failure when the...

Wrap integration rake in MissingSourceFile rescue to avoid failure when the test gems aren't present.
parent de9e41a3
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter