Move test/web/mastodon_api/*_test.exs to test/web/mastodon_api/controllers and test...
authorEgor Kislitsyn <egor@kislitsyn.com>
Mon, 26 Aug 2019 12:34:43 +0000 (19:34 +0700)
committerEgor Kislitsyn <egor@kislitsyn.com>
Mon, 26 Aug 2019 12:37:57 +0000 (19:37 +0700)
test/web/mastodon_api/controllers/mastodon_api_controller/update_credentials_test.exs [moved from test/web/mastodon_api/mastodon_api_controller/update_credentials_test.exs with 100% similarity]
test/web/mastodon_api/controllers/search_controller_test.exs [moved from test/web/mastodon_api/search_controller_test.exs with 100% similarity]
test/web/mastodon_api/controllers/subscription_controller_test.exs [moved from test/web/mastodon_api/subscription_controller_test.exs with 100% similarity]
test/web/mastodon_api/views/account_view_test.exs [moved from test/web/mastodon_api/account_view_test.exs with 100% similarity]
test/web/mastodon_api/views/conversation_view_test.exs [moved from test/web/mastodon_api/conversation_view_test.exs with 100% similarity]
test/web/mastodon_api/views/notification_view_test.exs [moved from test/web/mastodon_api/notification_view_test.exs with 100% similarity]
test/web/mastodon_api/views/push_subscription_view_test.exs [moved from test/web/mastodon_api/push_subscription_view_test.exs with 100% similarity]
test/web/mastodon_api/views/scheduled_activity_view_test.exs [moved from test/web/mastodon_api/scheduled_activity_view_test.exs with 100% similarity]
test/web/mastodon_api/views/status_view_test.exs [moved from test/web/mastodon_api/status_view_test.exs with 100% similarity]