<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Minitest Rails Blog</title>
  <subtitle>Comprehensive guide to testing Rails applications using Minitest</subtitle>
  <link href="https://minitestrails.com/feed.xml" rel="self" type="application/atom+xml"/>
  <link href="https://minitestrails.com/blog/" rel="alternate" type="text/html"/>
  <id>https://minitestrails.com/blog/</id>
  <updated>2026-06-29T00:00:00Z</updated>
  <entry>
  <title>How to Test File Uploads with Minitest Rails</title>
  <link href="https://minitestrails.com/blog/testing-file-uploads-rails-minitest/" rel="alternate" type="text/html"/>
  <id>https://minitestrails.com/blog/testing-file-uploads-rails-minitest/</id>
  <updated>2026-06-29T00:00:00Z</updated>
  <summary>Test Active Storage uploads in Rails with Minitest: fixture files, model attach, integration multipart posts, and optional system tests. No real S3 in CI.</summary>
</entry>

<entry>
  <title>Announcing Chapter Zero, an open-source starter for technical guides</title>
  <link href="https://minitestrails.com/blog/announcing-chapter-zero/" rel="alternate" type="text/html"/>
  <id>https://minitestrails.com/blog/announcing-chapter-zero/</id>
  <updated>2026-06-15T00:00:00Z</updated>
  <summary>Chapter Zero is the Bridgetown layout behind Minitest Rails, now open source. Guides, landing pages, blog, OG images, and marketing components, ready to fork.</summary>
</entry>

<entry>
  <title>How to Test Auth0 Login in Rails with Minitest</title>
  <link href="https://minitestrails.com/blog/testing-auth0-login-rails-minitest/" rel="alternate" type="text/html"/>
  <id>https://minitestrails.com/blog/testing-auth0-login-rails-minitest/</id>
  <updated>2026-06-08T00:00:00Z</updated>
  <summary>Test Auth0 OAuth callbacks, sessions, and protected routes in Rails without hitting Auth0 in CI. OmniAuth test mode, integration tests, and Minitest helpers.</summary>
</entry>

</feed>
