describe 'draft' do
    subject { get :draft }
    let(:result) { [drafting_article] }

    it '@articles is only drafting articles.' do