I understand that rspec testing is necessary in the development process to catch errors, bugs, and other issues early.
Given that differences between development and production cannot be 100% eliminated, do you run rspec testing in production as well? Is there any good reason NOT to use rspec testing in production?