osem-fcy/spec/services/full_calendar_formatter_spec.rb
2021-05-01 18:04:42 -07:00

14 lines
304 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
describe FullCalendarFormatter do
let!(:room0) { create(:room) }
let!(:room1) { create(:room) }
describe 'JSON formatting for FullCalendar' do
it 'translates rooms to resources' do
room_list = [room1, room2] # TODO
end
end
end