Need to provide methods so we can identify when we're using the fallback method, and adjust tests accrodingly
This commit is contained in:
@@ -7,5 +7,8 @@ module Danbooru
|
||||
image.write destination_path
|
||||
end
|
||||
|
||||
module_function :resize_image
|
||||
def is_fallback
|
||||
end
|
||||
|
||||
module_function :resize_image, :is_fallback
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user