-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
Is your feature request related to a problem? Please describe.
When using jsbundling-rails, assets are not precompiled automatically when running tests via the rspec command line:
$ rspec spec/path/to/my_spec.rbBut they are when run via the rake task:
$ SPEC=spec/path/to/my_spec.rb rake specDescribe the solution you'd like
I would love it if behavior across these was consistent. I prefer to use the rspec command since it allows me to easily pass options to rspec, such as --fail-fast or specific filters.
Describe alternatives you've considered
For now we're considering adding yarn build to our rails_helper.rb so that it builds at the beginning of each test run.
runephilosof-abtion
Metadata
Metadata
Assignees
Labels
No labels