vanity
vanity copied to clipboard
Test helpers for unit/integration tests
As #198 and #199 pointed out, having test support for rspec/minitest/integration tests for common patterns would be very helpful.
The solution in #199 is also helpful for ActionMailer tests.
Also see https://github.com/assaf/vanity/wiki/Forcing-Experiment-Results-for-Cucumber-tests
This might also include refactoring the test suite to move away from running the entire suite with different adapters to specific test files for the adapters or a shared spec run for each of them, similar to https://github.com/jnunemaker/flipper/blob/master/lib/flipper/spec/shared_adapter_specs.rb.