describe '#total_word_count' do
    context 'there are no answers associated with the response' do
      it 'will return 0' do
        dc = ResponseAnalyticTestDummyClass.new([])
        expect(dc.total_word_count).to eq(0)