discourse/spec/models/post_reply_spec.rb

9 lines
116 B
Ruby
Raw Normal View History

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