Skip to content

Commit

Permalink
Merge pull request #326 from koic/workaround_for_build_error_with_pri…
Browse files Browse the repository at this point in the history
…sm_1_3_0

Workaround for a build error with Prism 1.3.0
  • Loading branch information
koic authored Dec 24, 2024
2 parents a8bc4bc + 330528b commit 07d1a8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/rubocop/cop/minitest/multiple_assertions_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ class FooTest < ActiveSupport::TestCase
end

def test_assignments_with_numblocks_are_counted_correctly
skip 'It passed with Prism 1.2.0, but started failing with Prism 1.3.0.' if ENV['PARSER_ENGINE'] == 'parser_prism'

assert_offense(<<~RUBY)
class FooTest < ActiveSupport::TestCase
test "#render errors include stack traces" do
Expand Down

0 comments on commit 07d1a8d

Please sign in to comment.