mirror of
https://github.com/discourse/discourse.git
synced 2025-01-21 19:55:15 +08:00
9 lines
133 B
Ruby
9 lines
133 B
Ruby
require 'rails_helper'
|
|
|
|
describe PostReply do
|
|
|
|
it { is_expected.to belong_to :post }
|
|
it { is_expected.to belong_to :reply }
|
|
|
|
end
|