Skip to content

Commit ce0c188

Browse files
committed
Rename
1 parent 1bcb933 commit ce0c188

9 files changed

Lines changed: 6 additions & 2 deletions

File tree

lib/components_guide_web/controllers/calendar_controller.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ defmodule ComponentsGuideWeb.CalendarController do
127127
|> Enum.group_by(fn {k, _} -> k end, fn {_, v} -> v end)
128128
|> Map.new()
129129

130-
IO.inspect(dates_to_items)
131-
132130
today = Date.utc_today()
133131

134132
calendar_extra = fn date ->
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
defmodule ComponentsGuide.FetchTest do
2+
use ExUnit.Case, async: true
3+
4+
doctest ComponentsGuide.Fetch
5+
# defdelegate test(message, a, contents), to: ComponentsGuide.Fetch.Test
6+
end

test/collected_live_web/components/calendar_component_test.exs renamed to test/components_guide_web/components/calendar_component_test.exs

File renamed without changes.

test/collected_live_web/controllers/page_controller_test.exs renamed to test/components_guide_web/controllers/page_controller_test.exs

File renamed without changes.

test/collected_live_web/controllers/text_controller_test.exs renamed to test/components_guide_web/controllers/text_controller_test.exs

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)