describe 'feed' do
    subject { get :feed }
    let(:result) { [tagged_article] }

    it '@articles is only articles within the following tags.' do