Sha256: 9f6b3186bb253291f799b81a2775aa6c13798a70a303182bd5b636729896e5e2
Contents?: true
Size: 293 Bytes
Versions: 58
Compression:
Stored size: 293 Bytes
Contents
When /^I attach an? "([^\"]*)" "([^\"]*)" file to an? "([^\"]*)" on S3$/ do |attachment, extension, model| stub_paperclip_s3(model, attachment, extension) attach_file attachment, "features/support/paperclip/#{model.gsub(" ", "_").underscore}/#{attachment}.#{extension}" end
Version data entries
58 entries across 56 versions & 8 rubygems