Is there in Ruby TestUnit a feature analogous to RSpec's shared_examples_for -
i have several implementations of same interface in ruby. , want test them same set of test cases (just parametrize them implementation class or instance). how can that?
ruby rspec code-reuse testunit
No comments:
Post a Comment