diff --git a/spec/models/slot_spec.rb b/spec/models/slot_spec.rb index 550c94b..5e4b31e 100644 --- a/spec/models/slot_spec.rb +++ b/spec/models/slot_spec.rb @@ -7,7 +7,6 @@ RSpec.describe Slot, :type => :model do end it 'belongs to an event' do - pending 'Events not implemented' event = create :event expect(build(:slot, event_id: event.id).event).to eq event end