Add basic calendar scraping

This commit is contained in:
2023-10-01 17:58:37 +01:00
parent 915ce5112d
commit 83bc134998
4 changed files with 32 additions and 34 deletions
+7
View File
@@ -0,0 +1,7 @@
require "test_helper"
class CalendarScraperJobTest < ActiveJob::TestCase
# test "the truth" do
# assert true
# end
end