discourse/spec/models/post_reply_spec.rb

9 lines
116 B
Ruby
Raw Normal View History

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