Best practice for test fixture shared by multiple cookbooks

I have a cookbook (Cookbook A) which has a test fixture. I have a 2nd cookbook (Cookbook B) that could reuse the test fixture in Cookbook A. What is the best practice to handle this situation? I don’t want to copy and paste the test fixture into Cookbook B. Should I create Cookbook C which contains only the test fixture?