[feat]Implement FullCalendar#rooms_to_resources and add tests

This commit is contained in:
Jimmy 2021-04-26 09:48:16 +08:00
parent 54d7c31cac
commit e1918fbf7e
No known key found for this signature in database
GPG key ID: FAE75C760A4A5CC6
4 changed files with 59 additions and 29 deletions

View file

@ -9,6 +9,10 @@ feature Schedule do
before(:each) do
visit vertical_schedule_conference_schedule_path
end
it 'returns a successful response' do
expect(response.status).to eq(200)
end
end
end
end