9 lines
131 B
Ruby
9 lines
131 B
Ruby
|
require 'spec_helper'
|
||
|
|
||
|
describe PostOneboxRender do
|
||
|
|
||
|
it { should belong_to :onebox_render }
|
||
|
it { should belong_to :post }
|
||
|
|
||
|
end
|