Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ElMassimo/vite_ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ElMassimo/vite_ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: claude/test-runner-quickdraw
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 21 files changed
  • 1 contributor

Commits on Apr 7, 2026

  1. feat: migrate test suite to Quickdraw test runner

    - Convert all 13 test files from Minitest class-based style to quickdraw
      describe/test blocks with 335/335 tests passing
    - Replace stub_any_instance with define_method/restore pattern
    - Fix __dir__ relative path issue by using absolute paths in Dir.glob
    - Fix Rack::Test session memoization across tests by resetting in setup
    - Fix rake not in PATH by using RAKE_BIN constant
    - Patch Quickdraw::Context#run to support setup/teardown per test
    - Use Class.new for ActionView::TestCase subclasses to bypass inherited
      hook name error in anonymous class contexts
    - Disable Lint/Void and NilComparison rubocop cops for test files since
      quickdraw uses expect(x) == y as assertions
    
    https://claude.ai/code/session_012jCro5Dfxc7kx3AogS7HS4
    claude committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    db59dbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    278d299 View commit details
    Browse the repository at this point in the history
Loading