noosfero | WIP: Rails 5.1.6 Upgrade (!1438)

Álax Alves gitlab at mg.gitlab.com
Wed Oct 31 17:14:34 BRST 2018


Álax Alves commented on a discussion on .gitlab-ci.yml:

> -  script: bundle exec rake test:specs
> +  script: bundle exec rails test:specs
>    stage: all-tests
>  
>  api:
>    <<: *retriable
> -  script: bundle exec rake test:api
> +  script: bundle exec rails test:api
>    stage: all-tests
>  
> +# TODO: Unforce-passing the path to execute rake task
> +# Later change folder name to models/ and rails invoking to `rails test:models`
>  units:
>    <<: *retriable
> -  script: bundle exec rake test:units
> +  script: bundle exec rails test test/unit

O problema é que agora a task mudou e deve-se trocar o nome da pasta units/ para models/ e daí a task seria `rails test:models`, o mesmo acontece com a pasta functionals/ que agora é controllers/. Esse TODO já foi corrigido na verdade! :smile:

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/noosfero/noosfero/merge_requests/1438#note_113587196
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20181031/24d8579a/attachment.html>


More information about the Noosfero-dev mailing list