diff --git a/lib/ProMotion/stubs/dummy_image_view.rb b/lib/ProMotion/stubs/dummy_image_view.rb new file mode 100644 index 0000000..0db6db9 --- /dev/null +++ b/lib/ProMotion/stubs/dummy_image_view.rb @@ -0,0 +1,7 @@ +class DummyImageView < UIImageView +private + + def dummy + imageForURL(nil, completionBlock:nil) + end +end \ No newline at end of file