mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
8 lines
116 B
Ruby
8 lines
116 B
Ruby
require 'spec_helper'
|
|
|
|
describe PostReply do
|
|
|
|
it { should belong_to :post }
|
|
it { should belong_to :reply }
|
|
|
|
end
|