I am writing rspec tests that cause calls in real time. I want the ability to run all tests other than api using the simple rspec command, and then somehow invoke the live api tests separately. Perhaps there is a way to use ARGV or to exclude some tests from the rspec common namespace and still have full testing capabilities. Any thoughts?
source
share