From f3cf7fa11dabc05ae5b1df4bf460b8285e29ff09 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sat, 1 Mar 2025 12:20:14 +0300 Subject: [PATCH] Set the environment variable in teaspoon example --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5