Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ config :dotcom, :req_module, Req

config :dotcom, :search_service, Dotcom.SearchService

config :dotcom, :timetable_loader_module, Dotcom.TimetableLoader

config :dotcom, :service_rollover_time, ~T[03:00:00]

config :dotcom, :timezone, "America/New_York"
Expand Down
2 changes: 0 additions & 2 deletions config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ config :dotcom, :otp_module, OpenTripPlannerClient.Mock
config :dotcom, :req_module, Req.Mock
config :dotcom, :search_service, Dotcom.SearchService.Mock

config :dotcom, :timetable_loader_module, Dotcom.TimetableLoader.Mock

# Let test requests get routed through the :secure pipeline
config :dotcom, :secure_pipeline,
force_ssl: [
Expand Down
130 changes: 0 additions & 130 deletions lib/timetable_loader.ex

This file was deleted.

7 changes: 0 additions & 7 deletions priv/timetables/Boat-F6-1.csv

This file was deleted.

7 changes: 0 additions & 7 deletions priv/timetables/Boat-F7-1.csv

This file was deleted.

9 changes: 0 additions & 9 deletions priv/timetables/Boat-F8-1.csv

This file was deleted.

1 change: 0 additions & 1 deletion test/support/mocks.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Mox.defmock(OpenTripPlannerClient.Mock, for: OpenTripPlannerClient.Behaviour)
Mox.defmock(Predictions.Phoenix.PubSub.Mock, for: Phoenix.Channel)
Mox.defmock(Predictions.PubSub.Mock, for: [GenServer, Predictions.PubSub.Behaviour])
Mox.defmock(Predictions.Store.Mock, for: Predictions.Store.Behaviour)
Mox.defmock(Dotcom.TimetableLoader.Mock, for: Dotcom.TimetableLoader.Behaviour)

# Repos
Mox.defmock(Alerts.Repo.Mock, for: Alerts.Repo.Behaviour)
Expand Down
75 changes: 0 additions & 75 deletions test/timetable_loader_test.exs

This file was deleted.

Loading