Bug #22782
`RAILS_ENV=test rake katello:reset` is dangerous
Description
This will bork your development environment because it resets pulp and candlepin regardless of the environment passed in. If you pass in `RAILS_ENV=test`, your foreman development database won't be touched.
Why would I want to run this?
When checking out different versions from source control, I want to run rake tasks (including tests) without touching the development environment.
History
#1
Updated by John Mitsch about 4 years ago
- Legacy Backlogs Release (now unused) set to 114
- Category set to Tests