Add tracking as backend path

This commit is contained in:
taitus
2019-06-12 22:17:15 +02:00
committed by Senén Rodero Rodríguez
parent a5a62b7471
commit 58962186cd

View File

@@ -58,7 +58,7 @@ module Translations
end
def front_end_path_to_visit?(path)
path[/admin|managment|valuation/].blank?
path[/admin|managment|valuation|tracking/].blank?
end
def expect_to_have_language(language)