describe '#content_page' do
    it 'sets @content_page instance variable ' do
      result = content_page.id
      expect(ContentPage).to receive(:find_by).with(id: content_page.id).and_return(result)
      expect(node.content_page).to eq(result)