[feat]Implement FullCalendar#rooms_to_resources and add tests
This commit is contained in:
parent
40916b6a36
commit
abe2ea9bb3
4 changed files with 59 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue