This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/spec/components/s3_helper_spec.rb

9 lines
166 B
Ruby

require "s3_helper"
require "spec_helper"
describe "S3Helper" do
# we should test something here, perhaps in a smoke test that uploads a real image
# to s3
end