From 85efa1729d5fda2c0f43ace39e0e1a6b92868116 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Fri, 4 May 2012 19:08:29 +0000 Subject: [PATCH] Use a dedicated dedicated directory for specs --- spec/spec_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 77dc178..cd64829 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -10,6 +10,7 @@ Spork.prefork do RSpec.configure do |config| config.mock_with :rspec config.use_transactional_fixtures = true + Rails.configuration.sounds_path = "#{Rails.root}/tmp/spec/data/sounds" config.after(:all) do `rm -f #{Rails.configuration.sounds_path}/*` end