Set the environment variable in teaspoon example

This commit is contained in:
Anton Khorev 2025-03-01 12:20:14 +03:00
parent c37dc5c56d
commit f3cf7fa11d

View file

@ -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.