Commit 9eda1bbe by Luke Griffiths

removed unused test/mocks directory and contents

parent 1f989aef
......@@ -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)
......
class MockAttachmentOptions
def [](key)
nil
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment