On Thu, 2012-07-26 at 10:45 +0200, Michal Fojtik wrote: > The problem with VCR is that it needs to points out into different directories > for different drivers (EC2, RHEV-M). I mean the VCR.configure section.
I was thinking of something as simple as 'vcr_setup(fixtures_dir)' in a common helper > Also don't forget that we also want to have tests be able to run separately, > mean: > > ruby tests/drivers/ec2/instances_test.rb should work. Yes, completely agree that that's important - but that just means that instances_test.rb has to have the right requires up top, rather than relying on something else being already loaded. David
