VRFS-3300 : Re-add second slot for test.
This commit is contained in:
parent
84293ed637
commit
61d21ebb2e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue