0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Elixir870 stars (870 stars)134 forks (134 forks)batch import
enhancementhelp wanted
- Issue 種別
- test
- 調査方針
- Examine the existing test directory for patterns (e.g., how other controller tests are written using ExUnit and Phoenix.ConnTest). Write a test for GET /articles/feed that verifies the response status and structure. Since there is no issue body, assume standard RealWorld API behavior: returns a list of articles for the authenticated user. Ensure the test passes against the current codebase.