require 'spec_helper' describe EmailBatch do let (:email_batch) { FactoryGirl.create(:email_batch) } it 'runs test' do expect(email_batch.test_emails.present?).to be true # email_batch.test_batch end end