test/test_helper.rb in nephophobia-0.0.6 vs test/test_helper.rb in nephophobia-0.0.7
- old
+ new
@@ -16,10 +16,10 @@
end
VCR.config do |c|
c.stub_with :fakeweb
c.cassette_library_dir = "test/cassettes"
- c.default_cassette_options = { :record => :new_episodes }
+ c.default_cassette_options = { :record => :none }
end
class Client
def self.with type, options = {}
client_options = case type