Sha256: 3f464705d042ac46fdc89fb4846e5681c978f46be6366c7c204abcdff2b30d2a
Contents?: true
Size: 285 Bytes
Versions: 16
Compression:
Stored size: 285 Bytes
Contents
Pageflow::Chart.configure do |config| config.paperclip_base_path = ':rails_root/tmp/attachments/test/s3' end RSpec.configure do |config| config.before(:each) do Dir.glob(Rails.root.join('tmp', 'attachments', 'test', '*')).each do |f| FileUtils.rm_r(f) end end end
Version data entries
16 entries across 16 versions & 1 rubygems