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)
commit019ced055836b3d01ea95865549478dc5cdb3c0e
tree2a47ff2db02a54e0fdc07c3ba68d4d05c0231c9b
parent4194abbc8fbc8003d9923edaa491e798bea92107
Move test/web/mastodon_api/*_test.exs to test/web/mastodon_api/controllers and test/web/mastodon_api/views
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]