diff options
author | Mark Longair <mhl@pobox.com> | 2012-04-02 17:45:02 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2012-04-02 17:54:37 +0100 |
commit | 023e8157bb96e37212d9704672ebced79495cd89 (patch) | |
tree | e7408d3192d121b82808fc2926d4c355e253c88b /spec/controllers/request_controller_spec.rb | |
parent | 5d2c5f7145f59afe5f77937fe4a6ea596b9c34e3 (diff) |
Remove cache/zips/ before running tests that write to there
Diffstat (limited to 'spec/controllers/request_controller_spec.rb')
-rw-r--r-- | spec/controllers/request_controller_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/controllers/request_controller_spec.rb b/spec/controllers/request_controller_spec.rb index f50158ff9..894dbda69 100644 --- a/spec/controllers/request_controller_spec.rb +++ b/spec/controllers/request_controller_spec.rb @@ -121,6 +121,7 @@ describe RequestController, "when showing one request" do before(:each) do load_raw_emails_data + FileUtils.rm_rf File.join(File.dirname(__FILE__), "../../cache/zips") end it "should be successful" do |