You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new project and selecting no to all addons, the project doesn't import some helpers e.g. rails_helper.rb, spec_helper.rb and disable_animation.rb which causes issues when running tests
Expected
Correctly import the spec helpers regardless of what addons are picked
Steps to reproduce
Create a project using the template with no addons
Host project on Github and run Github workflows
Observe failure in the docker-asset-precompile step
The text was updated successfully, but these errors were encountered:
Issue
When creating a new project and selecting no to all addons, the project doesn't import some helpers e.g.
rails_helper.rb, spec_helper.rb
anddisable_animation.rb
which causes issues when running testsExpected
Correctly import the spec helpers regardless of what addons are picked
Steps to reproduce
docker-asset-precompile
stepThe text was updated successfully, but these errors were encountered: