jstorimer / delayed_paperclip

Process your Paperclip attachments in the background with delayed_job or Resque.

Home Page:https://github.com/jrgifford/delayed_paperclip/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests don't pass on 1.9.2

jstorimer opened this issue · comments

  1. Failure:
    test_processed_true_when_delayed_jobs_completed(DelayedPaperclipTest) [test/delayed_paperclip_test.rb:107]:
    Failed assertion, no message given.

  2. Failure:
    test_unprocessed_image_returns_missing_url(DelayedPaperclipTest) [test/delayed_paperclip_test.rb:119]:
    Expected //system/images/1/original/12k.png/ to match "/images/original/missing.png".

22 tests, 27 assertions, 2 failures, 0 errors, 0 skips

Fixed as of cb0d04b