From 9eda1bbec7704f28f4c54a840de64c63adda43f9 Mon Sep 17 00:00:00 2001 From: Luke Griffiths Date: Fri, 3 Feb 2012 17:08:06 -0500 Subject: [PATCH] removed unused test/mocks directory and contents --- test/helper.rb | 1 - test/mocks/mock_attachment_options.rb | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 test/mocks/mock_attachment_options.rb diff --git a/test/helper.rb b/test/helper.rb index b92ee80a7..8ed11886b 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -61,7 +61,6 @@ def require_everything_in_directory(directory_name) end require_everything_in_directory('support') -require_everything_in_directory('mocks') def reset_class class_name ActiveRecord::Base.send(:include, Paperclip::Glue) diff --git a/test/mocks/mock_attachment_options.rb b/test/mocks/mock_attachment_options.rb deleted file mode 100644 index 0e7e3636c..000000000 --- a/test/mocks/mock_attachment_options.rb +++ /dev/null @@ -1,5 +0,0 @@ -class MockAttachmentOptions - def [](key) - nil - end -end