mirror of
https://github.com/discourse/discourse.git
synced 2024-12-15 15:23:54 +08:00
9 lines
167 B
Ruby
9 lines
167 B
Ruby
require "s3_helper"
|
|
require "rails_helper"
|
|
|
|
describe "S3Helper" do
|
|
|
|
# we should test something here, perhaps in a smoke test that uploads a real image
|
|
# to s3
|
|
end
|