Specs no longer fail in JRuby

Refs. 3d7d93cb92
This commit is contained in:
M.Shibuya 2021-10-06 13:40:12 +09:00
parent a2776ac38e
commit 655e6b5263
No known key found for this signature in database
GPG Key ID: 76087F03B4FB52E7
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ describe CarrierWave::Storage::File do
end
describe '#cache!' do
before { pending "Fails in JRuby with 'undefined local variable or method __memoized...'" if RUBY_ENGINE == 'jruby' }
context "when FileUtils.mkdir_p raises Errno::EMLINK" do
before { fake_failed_mkdir_p(Errno::EMLINK) }
after { storage.cache!(sanitized_temp_file) }