Sha256: 562e794fc31755975e3dc1071b8d75e7ae176fe210b54315f26497ce27715761
Contents?: true
Size: 334 Bytes
Versions: 2
Compression:
Stored size: 334 Bytes
Contents
require 'test_helper' # require 'rake' load 'tasks/paperclip.rake' class RakeTest < Test::Unit::TestCase context "calling `rake dynamic_paperclip:remove_style`" do setup do end should 'queue dynamic style for delete and flush deletes' do ::Rake::Task['dynamic_paperclip:remove_style'].execute end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dynamic_paperclip-1.0.0a.3 | test/unit/rake_test.rb |
dynamic_paperclip-1.0.0a.2 | test/unit/rake_test.rb |