Skip to content

Commit

Permalink
Restore require "minitest/autorun"
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Dec 5, 2024
1 parent a0411e6 commit 1272fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
matrix:
ruby: ["3.3"]
rails: ["current"]
name: Ruby ${{ matrix.ruby }} - Rails ${{ matrix.rails }}
name: LSP tests
env:
RAILS_VERSION: ${{ matrix.rails }}
steps:
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# frozen_string_literal: true

require "tapioca/internal"
require "minitest/autorun"
require "minitest/spec"
require "minitest/hooks/default"
require "minitest/reporters"
Expand Down

0 comments on commit 1272fc7

Please sign in to comment.