mirror of
https://github.com/discourse/discourse.git
synced 2025-09-09 22:22:54 +08:00
8 lines
131 B
Ruby
8 lines
131 B
Ruby
require 'spec_helper'
|
|
|
|
describe PostOneboxRender do
|
|
|
|
it { should belong_to :onebox_render }
|
|
it { should belong_to :post }
|
|
|
|
end
|