1
0
Fork 0

Migrated deprecated behaviour of calling a let declaration in a before all hook.

This commit is contained in:
Mathias Gawlista 2013-05-06 20:22:41 +02:00
parent 359b4aa61a
commit 27b0930991
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ describe MusicBrainz::ClientModules::CachingProxy do
let(:test_response){ File.open(test_response_file).read }
before(:all) do
MusicBrainz.config.cache_path = tmp_cache_path
MusicBrainz.config.cache_path = File.join(File.dirname(__FILE__), '..', '..', 'tmp', 'cache_module_spec_cache')
end
after(:all) do