This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/spec/models/post_onebox_render_spec.rb
T
2013-02-05 14:16:51 -05:00

9 lines
131 B
Ruby

require 'spec_helper'
describe PostOneboxRender do
it { should belong_to :onebox_render }
it { should belong_to :post }
end