mirror of
https://github.com/discourse/discourse.git
synced 2024-12-14 22:44:10 +08:00
9 lines
135 B
Ruby
9 lines
135 B
Ruby
require 'rails_helper'
|
|
|
|
describe PostUpload do
|
|
|
|
it { is_expected.to belong_to :post }
|
|
it { is_expected.to belong_to :upload }
|
|
|
|
end
|