vanity icon indicating copy to clipboard operation
vanity copied to clipboard

Test helpers for unit/integration tests

Open phillbaker opened this issue 11 years ago • 3 comments

As #198 and #199 pointed out, having test support for rspec/minitest/integration tests for common patterns would be very helpful.

phillbaker avatar Jun 09 '14 02:06 phillbaker

The solution in #199 is also helpful for ActionMailer tests.

phillbaker avatar Jul 06 '14 19:07 phillbaker

Also see https://github.com/assaf/vanity/wiki/Forcing-Experiment-Results-for-Cucumber-tests

phillbaker avatar Jul 08 '14 00:07 phillbaker

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.

phillbaker avatar Mar 27 '16 17:03 phillbaker