Remove pending statement for a spec in slot_spec.rb
This commit is contained in:
parent
817b8a98f2
commit
0900b2195f
|
@ -7,7 +7,6 @@ RSpec.describe Slot, :type => :model do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'belongs to an event' do
|
it 'belongs to an event' do
|
||||||
pending 'Events not implemented'
|
|
||||||
event = create :event
|
event = create :event
|
||||||
expect(build(:slot, event_id: event.id).event).to eq event
|
expect(build(:slot, event_id: event.id).event).to eq event
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue