Remove pending statement for a spec in slot_spec.rb

This commit is contained in:
Petko Bordjukov 2015-04-17 03:56:57 +03:00
parent 817b8a98f2
commit 0900b2195f
1 changed files with 0 additions and 1 deletions

View File

@ -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