Sha256: 7d3cbf94556bfbaa9223c462ee3271fca64f4f481076c55f89282e4523095d6f
Contents?: true
Size: 246 Bytes
Versions: 4
Compression:
Stored size: 246 Bytes
Contents
require 'paperdragon' require 'minitest/autorun' MiniTest::Spec.class_eval do def exists?(uid) File.exists?("public/paperdragon/" + uid) end def generate_uid Dragonfly.app.datastore.send(:relative_path_for, "aptomo.png") end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
paperdragon-0.0.5 | test/test_helper.rb |
paperdragon-0.0.4 | test/test_helper.rb |
paperdragon-0.0.3 | test/test_helper.rb |
paperdragon-0.0.2 | test/test_helper.rb |