Fixture data persists across TestCases

I have a fixture file 'compositions.yml'. One TestCase uses this, another doesn't. However, the Compositions created from compositions.yml persist across both test cases.

Is there any way of destroying fixture data once a test case is complete?