On Wed, 2012-09-26 at 13:10 +0200, [email protected] wrote: > diff --git a/server/tests/drivers/google/common.rb > b/server/tests/drivers/google/common.rb > index f30fd84..218c0d6 100644 > --- a/server/tests/drivers/google/common.rb > +++ b/server/tests/drivers/google/common.rb > > @@ -16,5 +16,5 @@ end > VCR.configure do |c| > c.cassette_library_dir = "#{File.dirname(__FILE__)}/fixtures/" > c.hook_into :excon > - c.default_cassette_options = { :record => :none } > + c.default_cassette_options = { :record => :new_episodes } > end
Please don't leave this at :new_episodes - we do want to know if there is anything wrong with the recordings; the only way to ensure that is to set this to :none. David
