-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Capybara and webpacker problem #301
Comments
should be executed before running tests |
@mfazekas Thank You! That helped. Do this command interfere with development server? |
Nope it doesn't since it's scoped by environment and uses different manifest 👍 |
@gauravtiwari Thanks! |
I wonder if it would be nicer if we had something that could be dropped into RSpec's //edit just come across PR #360 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! I just tried to use fresh 5.1 rails app with capybara and got error:
webpack dev server is running.
It looks like rails cant find application.js in test environment, but how to find the solution for this problem?
Development env is working ok.
Any ideas?
The text was updated successfully, but these errors were encountered: