From: Anton Khorev Date: Sat, 1 Mar 2025 09:20:14 +0000 (+0300) Subject: Set the environment variable in teaspoon example X-Git-Tag: live~2^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/f3cf7fa11dabc05ae5b1df4bf460b8285e29ff09?ds=sidebyside Set the environment variable in teaspoon example --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 46fe63bb2..20debf4d1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,7 +55,7 @@ bundle exec rails test:all You can run javascript tests with: ``` -bundle exec teaspoon +RAILS_ENV=test bundle exec teaspoon ``` You can view test coverage statistics by browsing the `coverage` directory.