VRFS-3300 : Re-add second slot for test.

This commit is contained in:
Steven Miers 2015-07-10 11:07:51 -05:00
parent 84293ed637
commit 61d21ebb2e
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ describe 'MusicSessionReminder' do
@slot1 = FactoryGirl.build(:rsvp_slot, :music_session => @session, :instrument => JamRuby::Instrument.find('electric guitar'))
@slot1.save
@slot2 = FactoryGirl.build(:rsvp_slot, :music_session => @session, :instrument => JamRuby::Instrument.find('drums'))
@slot2.save
end
it "sends email 24 hours before" do