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

Version Path
pageflow-chart-2.6.0 spec/support/paperclip.rb
pageflow-chart-2.5.0 spec/support/paperclip.rb
pageflow-chart-2.4.0 spec/support/paperclip.rb
pageflow-chart-2.3.0 spec/support/paperclip.rb
pageflow-chart-2.2.0 spec/support/paperclip.rb
pageflow-chart-2.1.0 spec/support/paperclip.rb
pageflow-chart-2.0.0 spec/support/paperclip.rb
pageflow-chart-1.2.0 spec/support/paperclip.rb
pageflow-chart-1.1.0 spec/support/paperclip.rb
pageflow-chart-1.0.1 spec/support/paperclip.rb
pageflow-chart-1.0.0 spec/support/paperclip.rb
pageflow-chart-0.2.2 spec/support/paperclip.rb
pageflow-chart-0.2.1 spec/support/paperclip.rb
pageflow-chart-0.2.0 spec/support/paperclip.rb
pageflow-chart-0.1.1 spec/support/paperclip.rb
pageflow-chart-0.1.0 spec/support/paperclip.rb