test/test_helper.rb in nephophobia-0.0.4 vs test/test_helper.rb in nephophobia-0.0.5
- old
+ new
@@ -29,10 +29,10 @@
end
end
VCR.config do |c|
c.stub_with :fakeweb
- c.cassette_library_dir = "test/fixtures/cassettes"
+ c.cassette_library_dir = "test/cassettes"
c.default_cassette_options = { :record => :none }
end
class Time
class << self