Merge test fix

This commit is contained in:
Steven Miers 2015-07-10 11:09:16 -05:00
parent 2761ea8ed7
commit a467388ac8
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