mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
8 lines
166 B
Ruby
8 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
|