discourse/spec/models/post_reply_spec.rb

9 lines
116 B
Ruby
Raw Normal View History

2013-02-06 03:16:51 +08:00
require 'spec_helper'
describe PostReply do
it { should belong_to :post }
it { should belong_to :reply }
end