-
Notifications
You must be signed in to change notification settings - Fork 506
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
Web Console is activated in the test environment when running parallel:spec #395
Comments
I suspect this comes from #384 |
#289 Looks very similar |
I can confirm that dotenv-rails 2.7.3 and 2.7.4 break |
What is the state of this issue? I have just updated the gems in one of my project that is using parallel:spec and now I am seeing the mentioned error.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hello, |
It's kludgy, but prepending |
still going strong |
I don't think we'll normally need to send real emails in development, but it is useful to have the option to test things out. This commit uses dotenv to provide a configuration flag `USE_POSTMARK_IN_DEVELOPMENT` (for development environments only) to toggle the delivery method between postmark and letter_opener. I've had to remove web-console from the Gemfile to work around this issue: bkeepers/dotenv#395
Steps to reproduce
bundle exec rake parallel:spec
Show how you included dotenv (Gemfile).
Expected behavior
Tests run in test environment.
Actual behavior
Tests don't start running.
When I execute
The tests actually run fine
System configuration
dotenv version:
2.7.4
Rails version:
5.2
Ruby version:
2.6.2
The text was updated successfully, but these errors were encountered: